Html Css Color HEX #D1ED96 Reef

📋 copy color: '#D1ED96'

red 209 ◦ green 237 ◦ blue 150

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

Shades of Reef #D1ED96

Tints of Reef #D1ED96

RGB

 RED value IS 209 (82.03% from 255) = 35.07%

 GREEN value IS 237 (92.97% from 255) = 39.77%

 BLUE value IS 150 (58.98% from 255) = 25.17%

R = 35.07%
G = 39.77%
B = 25.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#D1ED96 (or 0xD1ED96) is known color: Reef. HEX triplet: D1, ED and 96. RGB value is (209,237,150). Sum of RGB (Red+Green+Blue) = 209+237+150=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1ED96 is #2E1269. Grayscale: #DBDBDB. Windows color (decimal): -3019370 or 9891281. OLE color: 9891281.

HSL color Cylindrical-coordinate representation of color #D1ED96: hue angle of 79.31º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D1ED96 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 237 150 -
CMYK 0.12 0 0.37 0.07
HSL 79.31º 0.71% 0.76% -
HSV(B) 79.31º 0.37% 0.93% -
XYZ 62.08 76.33 40.31 -
YUV 218.71 89.22 121.07 -
System Red Green Blue C M Y K H S L
Decimal 209 237 150 0.12 0 0.37 0.07 79.31 0.71 0.76
Hex D1 ED 96 C 0 25 7 4F 47 4C
Octal 321 355 226 14 0 45 7 117 107 114
Binary 11010001 11101101 10010110 1100 0 100101 111 1001111 1000111 1001100

Color Harmonies of #D1ED96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ED96

Black with #D1ED96

Text Example


Text Example

White with #D1ED96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ED96; }

 p { color: rgb(209,237,150); }

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

background-color css

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

 a { background-color: rgb(209,237,150); }

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

border-color css

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

 span { border-color: rgb(209,237,150); }

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