Html Css Color HEX #D4ED95 Reef

📋 copy color: '#D4ED95'

red 212 ◦ green 237 ◦ blue 149

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

Shades of Reef #D4ED95

Tints of Reef #D4ED95

RGB

 RED value IS 212 (83.2% from 255) = 35.45%

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

 BLUE value IS 149 (58.59% from 255) = 24.92%

R = 35.45%
G = 39.63%
B = 24.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#D4ED95 (or 0xD4ED95) is known color: Reef. HEX triplet: D4, ED and 95. RGB value is (212,237,149). Sum of RGB (Red+Green+Blue) = 212+237+149=598 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.45% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #D4ED95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4ED95 is #2B126A. Grayscale: #DBDBDB. Windows color (decimal): -2822763 or 9825748. OLE color: 9825748.

HSL color Cylindrical-coordinate representation of color #D4ED95: hue angle of 77.05º 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 #D4ED95 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 237 149 -
CMYK 0.11 0 0.37 0.07
HSL 77.05º 0.71% 0.76% -
HSV(B) 77.05º 0.37% 0.93% -
XYZ 62.86 76.74 39.93 -
YUV 219.49 88.22 122.66 -
System Red Green Blue C M Y K H S L
Decimal 212 237 149 0.11 0 0.37 0.07 77.05 0.71 0.76
Hex D4 ED 95 B 0 25 7 4D 47 4C
Octal 324 355 225 13 0 45 7 115 107 114
Binary 11010100 11101101 10010101 1011 0 100101 111 1001101 1000111 1001100

Color Harmonies of #D4ED95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ED95

Black with #D4ED95

Text Example


Text Example

White with #D4ED95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ED95; }

 p { color: rgb(212,237,149); }

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

background-color css

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

 a { background-color: rgb(212,237,149); }

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

border-color css

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

 span { border-color: rgb(212,237,149); }

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