Html Css Color HEX #D8F2B4 Reef

📋 copy color: '#D8F2B4'

red 216 ◦ green 242 ◦ blue 180

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

Shades of Reef #D8F2B4

Tints of Reef #D8F2B4

RGB

 RED value IS 216 (84.77% from 255) = 33.86%

 GREEN value IS 242 (94.92% from 255) = 37.93%

 BLUE value IS 180 (70.7% from 255) = 28.21%

R = 33.86%
G = 37.93%
B = 28.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#D8F2B4 (or 0xD8F2B4) is known color: Reef. HEX triplet: D8, F2 and B4. RGB value is (216,242,180). Sum of RGB (Red+Green+Blue) = 216+242+180=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 180 (70.70% from 255 or 28.21% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F2B4 is #270D4B. Grayscale: #E3E3E3. Windows color (decimal): -2559308 or 11858648. OLE color: 11858648.

HSL color Cylindrical-coordinate representation of color #D8F2B4: hue angle of 85.16º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8F2B4 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 242 180 -
CMYK 0.11 0 0.26 0.05
HSL 85.16º 0.7% 0.83% -
HSV(B) 85.16º 0.26% 0.95% -
XYZ 68.31 81.4 55.29 -
YUV 227.16 101.39 120.04 -
System Red Green Blue C M Y K H S L
Decimal 216 242 180 0.11 0 0.26 0.05 85.16 0.7 0.83
Hex D8 F2 B4 B 0 1A 5 55 46 53
Octal 330 362 264 13 0 32 5 125 106 123
Binary 11011000 11110010 10110100 1011 0 11010 101 1010101 1000110 1010011

Color Harmonies of #D8F2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F2B4

Black with #D8F2B4

Text Example


Text Example

White with #D8F2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F2B4; }

 p { color: rgb(216,242,180); }

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

background-color css

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

 a { background-color: rgb(216,242,180); }

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

border-color css

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

 span { border-color: rgb(216,242,180); }

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