Html Css Color HEX #D3F5AE Reef

📋 copy color: '#D3F5AE'

red 211 ◦ green 245 ◦ blue 174

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

Shades of Reef #D3F5AE

Tints of Reef #D3F5AE

RGB

 RED value IS 211 (82.81% from 255) = 33.49%

 GREEN value IS 245 (96.09% from 255) = 38.89%

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

R = 33.49%
G = 38.89%
B = 27.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#D3F5AE (or 0xD3F5AE) is known color: Reef. HEX triplet: D3, F5 and AE. RGB value is (211,245,174). Sum of RGB (Red+Green+Blue) = 211+245+174=630 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.49% from 630); Green value is 245 (96.09% from 255 or 38.89% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 245 - color contains mainly: green. Hex color #D3F5AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F5AE is #2C0A51. Grayscale: #E2E2E2. Windows color (decimal): -2886226 or 11466195. OLE color: 11466195.

HSL color Cylindrical-coordinate representation of color #D3F5AE: hue angle of 88.73º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3F5AE is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 245 174 -
CMYK 0.14 0 0.29 0.04
HSL 88.73º 0.78% 0.82% -
HSV(B) 88.73º 0.29% 0.96% -
XYZ 67.16 82.21 52.37 -
YUV 226.74 98.24 116.77 -
System Red Green Blue C M Y K H S L
Decimal 211 245 174 0.14 0 0.29 0.04 88.73 0.78 0.82
Hex D3 F5 AE E 0 1D 4 59 4E 52
Octal 323 365 256 16 0 35 4 131 116 122
Binary 11010011 11110101 10101110 1110 0 11101 100 1011001 1001110 1010010

Color Harmonies of #D3F5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F5AE

Black with #D3F5AE

Text Example


Text Example

White with #D3F5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F5AE; }

 p { color: rgb(211,245,174); }

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

background-color css

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

 a { background-color: rgb(211,245,174); }

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

border-color css

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

 span { border-color: rgb(211,245,174); }

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