Html Css Color HEX #D5F9AE Reef

📋 copy color: '#D5F9AE'

red 213 ◦ green 249 ◦ blue 174

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

Shades of Reef #D5F9AE

Tints of Reef #D5F9AE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.15%

 BLUE value IS 174 (68.36% from 255) = 27.36%

R = 33.49%
G = 39.15%
B = 27.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#D5F9AE (or 0xD5F9AE) is known color: Reef. HEX triplet: D5, F9 and AE. RGB value is (213,249,174). Sum of RGB (Red+Green+Blue) = 213+249+174=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 249 (97.66% from 255 or 39.15% from 636); Blue value is 174 (68.36% from 255 or 27.36% from 636); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F9AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F9AE is #2A0651. Grayscale: #E5E5E5. Windows color (decimal): -2754130 or 11467221. OLE color: 11467221.

HSL color Cylindrical-coordinate representation of color #D5F9AE: hue angle of 88.8º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5F9AE is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 249 174 -
CMYK 0.14 0 0.30 0.02
HSL 88.8º 0.86% 0.83% -
HSV(B) 88.8º 0.3% 0.98% -
XYZ 68.96 84.95 52.81 -
YUV 229.69 96.57 116.1 -
System Red Green Blue C M Y K H S L
Decimal 213 249 174 0.14 0 0.30 0.02 88.8 0.86 0.83
Hex D5 F9 AE E 0 1E 2 59 56 53
Octal 325 371 256 16 0 36 2 131 126 123
Binary 11010101 11111001 10101110 1110 0 11110 10 1011001 1010110 1010011

Color Harmonies of #D5F9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F9AE

Black with #D5F9AE

Text Example


Text Example

White with #D5F9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F9AE; }

 p { color: rgb(213,249,174); }

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

background-color css

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

 a { background-color: rgb(213,249,174); }

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

border-color css

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

 span { border-color: rgb(213,249,174); }

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