Html Css Color HEX #D2F9AC Reef

📋 copy color: '#D2F9AC'

red 210 ◦ green 249 ◦ blue 172

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

Shades of Reef #D2F9AC

Tints of Reef #D2F9AC

RGB

 RED value IS 210 (82.42% from 255) = 33.28%

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

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

R = 33.28%
G = 39.46%
B = 27.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#D2F9AC (or 0xD2F9AC) is known color: Reef. HEX triplet: D2, F9 and AC. RGB value is (210,249,172). Sum of RGB (Red+Green+Blue) = 210+249+172=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F9AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F9AC is #2D0653. Grayscale: #E4E4E4. Windows color (decimal): -2950740 or 11336146. OLE color: 11336146.

HSL color Cylindrical-coordinate representation of color #D2F9AC: hue angle of 90.39º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2F9AC is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 249 172 -
CMYK 0.16 0 0.31 0.02
HSL 90.39º 0.87% 0.83% -
HSV(B) 90.39º 0.31% 0.98% -
XYZ 67.9 84.43 51.75 -
YUV 228.56 96.08 114.76 -
System Red Green Blue C M Y K H S L
Decimal 210 249 172 0.16 0 0.31 0.02 90.39 0.87 0.83
Hex D2 F9 AC 10 0 1F 2 5A 57 53
Octal 322 371 254 20 0 37 2 132 127 123
Binary 11010010 11111001 10101100 10000 0 11111 10 1011010 1010111 1010011

Color Harmonies of #D2F9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F9AC

Black with #D2F9AC

Text Example


Text Example

White with #D2F9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F9AC; }

 p { color: rgb(210,249,172); }

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

background-color css

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

 a { background-color: rgb(210,249,172); }

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

border-color css

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

 span { border-color: rgb(210,249,172); }

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