Html Css Color HEX #D2F3AB Reef

📋 copy color: '#D2F3AB'

red 210 ◦ green 243 ◦ blue 171

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

Shades of Reef #D2F3AB

Tints of Reef #D2F3AB

RGB

 RED value IS 210 (82.42% from 255) = 33.65%

 GREEN value IS 243 (95.31% from 255) = 38.94%

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

R = 33.65%
G = 38.94%
B = 27.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#D2F3AB (or 0xD2F3AB) is known color: Reef. HEX triplet: D2, F3 and AB. RGB value is (210,243,171). Sum of RGB (Red+Green+Blue) = 210+243+171=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 243 (95.31% from 255 or 38.94% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F3AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F3AB is #2D0C54. Grayscale: #E1E1E1. Windows color (decimal): -2952277 or 11269074. OLE color: 11269074.

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

Color convert

RGB 210 243 171 -
CMYK 0.14 0 0.30 0.05
HSL 87.5º 0.75% 0.81% -
HSV(B) 87.5º 0.3% 0.95% -
XYZ 65.98 80.74 50.64 -
YUV 224.93 97.57 117.35 -
System Red Green Blue C M Y K H S L
Decimal 210 243 171 0.14 0 0.30 0.05 87.5 0.75 0.81
Hex D2 F3 AB E 0 1E 5 57 4B 51
Octal 322 363 253 16 0 36 5 127 113 121
Binary 11010010 11110011 10101011 1110 0 11110 101 1010111 1001011 1010001

Color Harmonies of #D2F3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F3AB

Black with #D2F3AB

Text Example


Text Example

White with #D2F3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F3AB; }

 p { color: rgb(210,243,171); }

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

background-color css

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

 a { background-color: rgb(210,243,171); }

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

border-color css

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

 span { border-color: rgb(210,243,171); }

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