Html Css Color HEX #D6FBA5 Reef

📋 copy color: '#D6FBA5'

red 214 ◦ green 251 ◦ blue 165

#D6FBA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #D6FBA5

Tints of Reef #D6FBA5

RGB

 RED value IS 214 (83.98% from 255) = 33.97%

 GREEN value IS 251 (98.44% from 255) = 39.84%

 BLUE value IS 165 (64.84% from 255) = 26.19%

R = 33.97%
G = 39.84%
B = 26.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D6FBA5 (or 0xD6FBA5) is known color: Reef. HEX triplet: D6, FB and A5. RGB value is (214,251,165). Sum of RGB (Red+Green+Blue) = 214+251+165=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 165 (64.84% from 255 or 26.19% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FBA5 is #29045A. Grayscale: #E6E6E6. Windows color (decimal): -2688091 or 10877910. OLE color: 10877910.

HSL color Cylindrical-coordinate representation of color #D6FBA5: hue angle of 85.81º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6FBA5 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 251 165 -
CMYK 0.15 0 0.34 0.02
HSL 85.81º 0.91% 0.82% -
HSV(B) 85.81º 0.34% 0.98% -
XYZ 69.02 86.01 48.56 -
YUV 230.13 91.24 116.49 -
System Red Green Blue C M Y K H S L
Decimal 214 251 165 0.15 0 0.34 0.02 85.81 0.91 0.82
Hex D6 FB A5 F 0 22 2 56 5B 52
Octal 326 373 245 17 0 42 2 126 133 122
Binary 11010110 11111011 10100101 1111 0 100010 10 1010110 1011011 1010010

Color Harmonies of #D6FBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FBA5

Black with #D6FBA5

Text Example


Text Example

White with #D6FBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FBA5; }

 p { color: rgb(214,251,165); }

 H1.HeaderClassName
 {
   color: #D6FBA5;
 }
 .AnyTagClassName
 {
   color: #D6FBA5;
 }
</style>

background-color css

<style>
 a { background-color: #D6FBA5; }

 a { background-color: rgb(214,251,165); }

 div.DivClassName
 {
   background-color: #D6FBA5;
 }
 .BgClassName
 {
   background-color: #D6FBA5;
 }
</style>

border-color css

<style>
 span { border-color: #D6FBA5; }

 span { border-color: rgb(214,251,165); }

 td.TdClassName
 {
   border-color: #D6FBA5;
 }
 .TagClassName
 {
   border-color: #D6FBA5;
 }
</style>