Html Css Color HEX #D5FEA2 Reef

📋 copy color: '#D5FEA2'

red 213 ◦ green 254 ◦ blue 162

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

Shades of Reef #D5FEA2

Tints of Reef #D5FEA2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.38%

 BLUE value IS 162 (63.67% from 255) = 25.76%

R = 33.86%
G = 40.38%
B = 25.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#D5FEA2 (or 0xD5FEA2) is known color: Reef. HEX triplet: D5, FE and A2. RGB value is (213,254,162). Sum of RGB (Red+Green+Blue) = 213+254+162=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 162 (63.67% from 255 or 25.76% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FEA2 is #2A015D. Grayscale: #E7E7E7. Windows color (decimal): -2752862 or 10682069. OLE color: 10682069.

HSL color Cylindrical-coordinate representation of color #D5FEA2: hue angle of 86.74º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5FEA2 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 254 162 -
CMYK 0.16 0 0.36 0.00
HSL 86.74º 0.98% 0.82% -
HSV(B) 86.74º 0.36% 1% -
XYZ 69.4 87.64 47.44 -
YUV 231.25 88.92 114.98 -
System Red Green Blue C M Y K H S L
Decimal 213 254 162 0.16 0 0.36 0.00 86.74 0.98 0.82
Hex D5 FE A2 10 0 24 0 57 62 52
Octal 325 376 242 20 0 44 0 127 142 122
Binary 11010101 11111110 10100010 10000 0 100100 0 1010111 1100010 1010010

Color Harmonies of #D5FEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FEA2

Black with #D5FEA2

Text Example


Text Example

White with #D5FEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FEA2; }

 p { color: rgb(213,254,162); }

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

background-color css

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

 a { background-color: rgb(213,254,162); }

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

border-color css

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

 span { border-color: rgb(213,254,162); }

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