Html Css Color HEX #D5FFAC Reef

📋 copy color: '#D5FFAC'

red 213 ◦ green 255 ◦ blue 172

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

Shades of Reef #D5FFAC

Tints of Reef #D5FFAC

RGB

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

 GREEN value IS 255 (100% from 255) = 39.84%

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

R = 33.28%
G = 39.84%
B = 26.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#D5FFAC (or 0xD5FFAC) is known color: Reef. HEX triplet: D5, FF and AC. RGB value is (213,255,172). Sum of RGB (Red+Green+Blue) = 213+255+172=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 172 (67.58% from 255 or 26.88% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FFAC is #2A0053. Grayscale: #E9E9E9. Windows color (decimal): -2752596 or 11337685. OLE color: 11337685.

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

Color convert

RGB 213 255 172 -
CMYK 0.16 0 0.33 0
HSL 90.36º 1% 0.84% -
HSV(B) 90.36º 0.33% 1% -
XYZ 70.65 88.64 52.42 -
YUV 232.98 93.59 113.75 -
System Red Green Blue C M Y K H S L
Decimal 213 255 172 0.16 0 0.33 0 90.36 1 0.84
Hex D5 FF AC 10 0 21 0 5A 64 54
Octal 325 377 254 20 0 41 0 132 144 124
Binary 11010101 11111111 10101100 10000 0 100001 0 1011010 1100100 1010100

Color Harmonies of #D5FFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FFAC

Black with #D5FFAC

Text Example


Text Example

White with #D5FFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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