Html Css Color HEX #D9FA8E Reef

📋 copy color: '#D9FA8E'

red 217 ◦ green 250 ◦ blue 142

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

Shades of Reef #D9FA8E

Tints of Reef #D9FA8E

RGB

 RED value IS 217 (85.16% from 255) = 35.63%

 GREEN value IS 250 (98.05% from 255) = 41.05%

 BLUE value IS 142 (55.86% from 255) = 23.32%

R = 35.63%
G = 41.05%
B = 23.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#D9FA8E (or 0xD9FA8E) is known color: Reef. HEX triplet: D9, FA and 8E. RGB value is (217,250,142). Sum of RGB (Red+Green+Blue) = 217+250+142=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 142 (55.86% from 255 or 23.32% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FA8E is #260571. Grayscale: #E4E4E4. Windows color (decimal): -2491762 or 9370329. OLE color: 9370329.

HSL color Cylindrical-coordinate representation of color #D9FA8E: hue angle of 78.33º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9FA8E is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 250 142 -
CMYK 0.13 0 0.43 0.02
HSL 78.33º 0.92% 0.77% -
HSV(B) 78.33º 0.43% 0.98% -
XYZ 67.68 85.08 38.45 -
YUV 227.82 79.57 120.28 -
System Red Green Blue C M Y K H S L
Decimal 217 250 142 0.13 0 0.43 0.02 78.33 0.92 0.77
Hex D9 FA 8E D 0 2B 2 4E 5C 4D
Octal 331 372 216 15 0 53 2 116 134 115
Binary 11011001 11111010 10001110 1101 0 101011 10 1001110 1011100 1001101

Color Harmonies of #D9FA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FA8E

Black with #D9FA8E

Text Example


Text Example

White with #D9FA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FA8E; }

 p { color: rgb(217,250,142); }

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

background-color css

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

 a { background-color: rgb(217,250,142); }

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

border-color css

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

 span { border-color: rgb(217,250,142); }

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