Html Css Color HEX #D5FBDC Off Green

📋 copy color: '#D5FBDC'

red 213 ◦ green 251 ◦ blue 220

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

Shades of Off Green #D5FBDC

Tints of Off Green #D5FBDC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.7%

 BLUE value IS 220 (86.33% from 255) = 32.16%

R = 31.14%
G = 36.7%
B = 32.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#D5FBDC (or 0xD5FBDC) is known color: Off Green. HEX triplet: D5, FB and DC. RGB value is (213,251,220). Sum of RGB (Red+Green+Blue) = 213+251+220=684 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.14% from 684); Green value is 251 (98.44% from 255 or 36.70% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FBDC is #2A0423. Grayscale: #ECECEC. Windows color (decimal): -2753572 or 14482389. OLE color: 14482389.

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

Color convert

RGB 213 251 220 -
CMYK 0.15 0 0.12 0.02
HSL 131.05º 0.83% 0.91% -
HSV(B) 131.05º 0.15% 0.98% -
XYZ 74.86 88.31 80.81 -
YUV 236.1 118.91 111.52 -
System Red Green Blue C M Y K H S L
Decimal 213 251 220 0.15 0 0.12 0.02 131.05 0.83 0.91
Hex D5 FB DC F 0 C 2 83 53 5B
Octal 325 373 334 17 0 14 2 203 123 133
Binary 11010101 11111011 11011100 1111 0 1100 10 10000011 1010011 1011011

Color Harmonies of #D5FBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FBDC

Black with #D5FBDC

Text Example


Text Example

White with #D5FBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FBDC; }

 p { color: rgb(213,251,220); }

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

background-color css

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

 a { background-color: rgb(213,251,220); }

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

border-color css

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

 span { border-color: rgb(213,251,220); }

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