Html Css Color HEX #D5FEAC Reef

📋 copy color: '#D5FEAC'

red 213 ◦ green 254 ◦ blue 172

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

Shades of Reef #D5FEAC

Tints of Reef #D5FEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 26.92%

R = 33.33%
G = 39.75%
B = 26.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#D5FEAC (or 0xD5FEAC) is known color: Reef. HEX triplet: D5, FE and AC. RGB value is (213,254,172). Sum of RGB (Red+Green+Blue) = 213+254+172=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 172 (67.58% from 255 or 26.92% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FEAC is #2A0153. Grayscale: #E8E8E8. Windows color (decimal): -2752852 or 11337429. OLE color: 11337429.

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

Color convert

RGB 213 254 172 -
CMYK 0.16 0 0.32 0.00
HSL 90º 0.98% 0.84% -
HSV(B) 90º 0.32% 1% -
XYZ 70.33 88.01 52.31 -
YUV 232.39 93.92 114.17 -
System Red Green Blue C M Y K H S L
Decimal 213 254 172 0.16 0 0.32 0.00 90 0.98 0.84
Hex D5 FE AC 10 0 20 0 5A 62 54
Octal 325 376 254 20 0 40 0 132 142 124
Binary 11010101 11111110 10101100 10000 0 100000 0 1011010 1100010 1010100

Color Harmonies of #D5FEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FEAC

Black with #D5FEAC

Text Example


Text Example

White with #D5FEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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