Html Css Color HEX #D4EFA4 Reef

📋 copy color: '#D4EFA4'

red 212 ◦ green 239 ◦ blue 164

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

Shades of Reef #D4EFA4

Tints of Reef #D4EFA4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.86%

 BLUE value IS 164 (64.45% from 255) = 26.67%

R = 34.47%
G = 38.86%
B = 26.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#D4EFA4 (or 0xD4EFA4) is known color: Reef. HEX triplet: D4, EF and A4. RGB value is (212,239,164). Sum of RGB (Red+Green+Blue) = 212+239+164=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 164 (64.45% from 255 or 26.67% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EFA4 is #2B105B. Grayscale: #DEDEDE. Windows color (decimal): -2822236 or 10809300. OLE color: 10809300.

HSL color Cylindrical-coordinate representation of color #D4EFA4: hue angle of 81.6º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4EFA4 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 239 164 -
CMYK 0.11 0 0.31 0.06
HSL 81.6º 0.7% 0.79% -
HSV(B) 81.6º 0.31% 0.94% -
XYZ 64.72 78.41 46.85 -
YUV 222.38 95.05 120.6 -
System Red Green Blue C M Y K H S L
Decimal 212 239 164 0.11 0 0.31 0.06 81.6 0.7 0.79
Hex D4 EF A4 B 0 1F 6 52 46 4F
Octal 324 357 244 13 0 37 6 122 106 117
Binary 11010100 11101111 10100100 1011 0 11111 110 1010010 1000110 1001111

Color Harmonies of #D4EFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EFA4

Black with #D4EFA4

Text Example


Text Example

White with #D4EFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EFA4; }

 p { color: rgb(212,239,164); }

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

background-color css

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

 a { background-color: rgb(212,239,164); }

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

border-color css

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

 span { border-color: rgb(212,239,164); }

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