Html Css Color HEX #D5F1AA Reef

📋 copy color: '#D5F1AA'

red 213 ◦ green 241 ◦ blue 170

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

Shades of Reef #D5F1AA

Tints of Reef #D5F1AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 27.24%

R = 34.13%
G = 38.62%
B = 27.24%

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

#D5F1AA (or 0xD5F1AA) is known color: Reef. HEX triplet: D5, F1 and AA. RGB value is (213,241,170). Sum of RGB (Red+Green+Blue) = 213+241+170=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F1AA is #2A0E55. Grayscale: #E0E0E0. Windows color (decimal): -2756182 or 11203029. OLE color: 11203029.

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

Color convert

RGB 213 241 170 -
CMYK 0.12 0 0.29 0.05
HSL 83.66º 0.72% 0.81% -
HSV(B) 83.66º 0.29% 0.95% -
XYZ 66.15 79.96 49.98 -
YUV 224.53 97.22 119.77 -
System Red Green Blue C M Y K H S L
Decimal 213 241 170 0.12 0 0.29 0.05 83.66 0.72 0.81
Hex D5 F1 AA C 0 1D 5 54 48 51
Octal 325 361 252 14 0 35 5 124 110 121
Binary 11010101 11110001 10101010 1100 0 11101 101 1010100 1001000 1010001

Color Harmonies of #D5F1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F1AA

Black with #D5F1AA

Text Example


Text Example

White with #D5F1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F1AA; }

 p { color: rgb(213,241,170); }

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

background-color css

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

 a { background-color: rgb(213,241,170); }

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

border-color css

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

 span { border-color: rgb(213,241,170); }

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