#D4E695

Color #D4E695 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D4E695

Tints of Reef #D4E695

Color information

#D4E695 (or 0xD4E695) is unknown color: approx Reef. HEX triplet: D4, E6 and 95. RGB value is (212,230,149). Sum of RGB (Red+Green+Blue) = 212+230+149=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 230 - color contains mainly: green. Hex color #D4E695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4E695 is #2B196A. Grayscale: #D7D7D7. Windows color (decimal): -2824555 or 9823956. OLE color: 9823956.

HSL color Cylindrical-coordinate representation of color #D4E695: hue angle of 73.33º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4E695 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB212230149-
CMYK0.0800.350.10
HSL73.33º61.83%74.31%-
HSV(B)73.33º35.22%90.2%-
XYZ60.8772.7639.27-
YUV215.3890.54125.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.87%
GREEN value IS 230 (90.23% from 255) = 38.92%
BLUE value IS 149 (58.59% from 255) = 25.21%
R=35.87%
G=38.92%
B=25.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2122301490.0800.350.1073.3361.8374.31
HexD4E6958023A493e4a
Octal324346225100431211176112
Binary11010100111001101001010110000100011101010010011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E695; }

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

 H1.HeaderClassName
 {
   color: #D4E695;
 }
 .AnyTagClassName
 {
   color: #D4E695;
 }
</style>
background-color css

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

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

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

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

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

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