Html Css Color HEX #D5FCDD Off Green

📋 copy color: '#D5FCDD'

red 213 ◦ green 252 ◦ blue 221

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

Shades of Off Green #D5FCDD

Tints of Off Green #D5FCDD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.73%

 BLUE value IS 221 (86.72% from 255) = 32.22%

R = 31.05%
G = 36.73%
B = 32.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#D5FCDD (or 0xD5FCDD) is known color: Off Green. HEX triplet: D5, FC and DD. RGB value is (213,252,221). Sum of RGB (Red+Green+Blue) = 213+252+221=686 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.05% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCDD is #2A0322. Grayscale: #ECECEC. Windows color (decimal): -2753315 or 14548181. OLE color: 14548181.

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

Color convert

RGB 213 252 221 -
CMYK 0.15 0 0.12 0.01
HSL 132.31º 0.87% 0.91% -
HSV(B) 132.31º 0.15% 0.99% -
XYZ 75.3 88.99 81.61 -
YUV 236.81 119.08 111.02 -
System Red Green Blue C M Y K H S L
Decimal 213 252 221 0.15 0 0.12 0.01 132.31 0.87 0.91
Hex D5 FC DD F 0 C 1 84 57 5B
Octal 325 374 335 17 0 14 1 204 127 133
Binary 11010101 11111100 11011101 1111 0 1100 1 10000100 1010111 1011011

Color Harmonies of #D5FCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FCDD

Black with #D5FCDD

Text Example


Text Example

White with #D5FCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FCDD; }

 p { color: rgb(213,252,221); }

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

background-color css

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

 a { background-color: rgb(213,252,221); }

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

border-color css

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

 span { border-color: rgb(213,252,221); }

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