Html Css Color HEX #D2F9DA Off Green

📋 copy color: '#D2F9DA'

red 210 ◦ green 249 ◦ blue 218

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

Shades of Off Green #D2F9DA

Tints of Off Green #D2F9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.2%

R = 31.02%
G = 36.78%
B = 32.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#D2F9DA (or 0xD2F9DA) is known color: Off Green. HEX triplet: D2, F9 and DA. RGB value is (210,249,218). Sum of RGB (Red+Green+Blue) = 210+249+218=677 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.02% from 677); Green value is 249 (97.66% from 255 or 36.78% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F9DA is #2D0625. Grayscale: #E9E9E9. Windows color (decimal): -2950694 or 14350802. OLE color: 14350802.

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

Color convert

RGB 210 249 218 -
CMYK 0.16 0 0.12 0.02
HSL 132.31º 0.76% 0.9% -
HSV(B) 132.31º 0.16% 0.98% -
XYZ 73.11 86.51 79.18 -
YUV 233.81 119.08 111.02 -
System Red Green Blue C M Y K H S L
Decimal 210 249 218 0.16 0 0.12 0.02 132.31 0.76 0.9
Hex D2 F9 DA 10 0 C 2 84 4C 5A
Octal 322 371 332 20 0 14 2 204 114 132
Binary 11010010 11111001 11011010 10000 0 1100 10 10000100 1001100 1011010

Color Harmonies of #D2F9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F9DA

Black with #D2F9DA

Text Example


Text Example

White with #D2F9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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