Html Css Color HEX #D0F1AB Reef

📋 copy color: '#D0F1AB'

red 208 ◦ green 241 ◦ blue 171

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

Shades of Reef #D0F1AB

Tints of Reef #D0F1AB

RGB

 RED value IS 208 (81.64% from 255) = 33.55%

 GREEN value IS 241 (94.53% from 255) = 38.87%

 BLUE value IS 171 (67.19% from 255) = 27.58%

R = 33.55%
G = 38.87%
B = 27.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#D0F1AB (or 0xD0F1AB) is known color: Reef. HEX triplet: D0, F1 and AB. RGB value is (208,241,171). Sum of RGB (Red+Green+Blue) = 208+241+171=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F1AB is #2F0E54. Grayscale: #DFDFDF. Windows color (decimal): -3083861 or 11268560. OLE color: 11268560.

HSL color Cylindrical-coordinate representation of color #D0F1AB: hue angle of 88.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0F1AB is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 241 171 -
CMYK 0.14 0 0.29 0.05
HSL 88.29º 0.71% 0.81% -
HSV(B) 88.29º 0.29% 0.95% -
XYZ 64.82 79.26 50.41 -
YUV 223.15 98.57 117.19 -
System Red Green Blue C M Y K H S L
Decimal 208 241 171 0.14 0 0.29 0.05 88.29 0.71 0.81
Hex D0 F1 AB E 0 1D 5 58 47 51
Octal 320 361 253 16 0 35 5 130 107 121
Binary 11010000 11110001 10101011 1110 0 11101 101 1011000 1000111 1010001

Color Harmonies of #D0F1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F1AB

Black with #D0F1AB

Text Example


Text Example

White with #D0F1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F1AB; }

 p { color: rgb(208,241,171); }

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

background-color css

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

 a { background-color: rgb(208,241,171); }

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

border-color css

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

 span { border-color: rgb(208,241,171); }

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