Html Css Color HEX #D6F29E Reef

📋 copy color: '#D6F29E'

red 214 ◦ green 242 ◦ blue 158

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

Shades of Reef #D6F29E

Tints of Reef #D6F29E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.41%

 BLUE value IS 158 (62.11% from 255) = 25.73%

R = 34.85%
G = 39.41%
B = 25.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#D6F29E (or 0xD6F29E) is known color: Reef. HEX triplet: D6, F2 and 9E. RGB value is (214,242,158). Sum of RGB (Red+Green+Blue) = 214+242+158=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 158 (62.11% from 255 or 25.73% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F29E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F29E is #290D61. Grayscale: #E0E0E0. Windows color (decimal): -2690402 or 10416854. OLE color: 10416854.

HSL color Cylindrical-coordinate representation of color #D6F29E: hue angle of 80º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6F29E is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 242 158 -
CMYK 0.12 0 0.35 0.05
HSL 80º 0.76% 0.78% -
HSV(B) 80º 0.35% 0.95% -
XYZ 65.66 80.27 44.38 -
YUV 224.05 90.72 120.83 -
System Red Green Blue C M Y K H S L
Decimal 214 242 158 0.12 0 0.35 0.05 80 0.76 0.78
Hex D6 F2 9E C 0 23 5 50 4C 4E
Octal 326 362 236 14 0 43 5 120 114 116
Binary 11010110 11110010 10011110 1100 0 100011 101 1010000 1001100 1001110

Color Harmonies of #D6F29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F29E

Black with #D6F29E

Text Example


Text Example

White with #D6F29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F29E; }

 p { color: rgb(214,242,158); }

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

background-color css

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

 a { background-color: rgb(214,242,158); }

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

border-color css

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

 span { border-color: rgb(214,242,158); }

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