Html Css Color HEX #D5F2AB Reef

📋 copy color: '#D5F2AB'

red 213 ◦ green 242 ◦ blue 171

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

Shades of Reef #D5F2AB

Tints of Reef #D5F2AB

RGB

 RED value IS 213 (83.59% from 255) = 34.03%

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

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

R = 34.03%
G = 38.66%
B = 27.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#D5F2AB (or 0xD5F2AB) is known color: Reef. HEX triplet: D5, F2 and AB. RGB value is (213,242,171). Sum of RGB (Red+Green+Blue) = 213+242+171=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F2AB is #2A0D54. Grayscale: #E1E1E1. Windows color (decimal): -2755925 or 11268821. OLE color: 11268821.

HSL color Cylindrical-coordinate representation of color #D5F2AB: hue angle of 84.51º degrees, saturation: 0.73, 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 #D5F2AB is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 242 171 -
CMYK 0.12 0 0.29 0.05
HSL 84.51º 0.73% 0.81% -
HSV(B) 84.51º 0.29% 0.95% -
XYZ 66.54 80.59 50.58 -
YUV 225.24 97.39 119.27 -
System Red Green Blue C M Y K H S L
Decimal 213 242 171 0.12 0 0.29 0.05 84.51 0.73 0.81
Hex D5 F2 AB C 0 1D 5 55 49 51
Octal 325 362 253 14 0 35 5 125 111 121
Binary 11010101 11110010 10101011 1100 0 11101 101 1010101 1001001 1010001

Color Harmonies of #D5F2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F2AB

Black with #D5F2AB

Text Example


Text Example

White with #D5F2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F2AB; }

 p { color: rgb(213,242,171); }

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

background-color css

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

 a { background-color: rgb(213,242,171); }

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

border-color css

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

 span { border-color: rgb(213,242,171); }

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