Html Css Color HEX #CFF9D9 Off Green

📋 copy color: '#CFF9D9'

red 207 ◦ green 249 ◦ blue 217

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

Shades of Off Green #CFF9D9

Tints of Off Green #CFF9D9

RGB

 RED value IS 207 (81.25% from 255) = 30.76%

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

 BLUE value IS 217 (85.16% from 255) = 32.24%

R = 30.76%
G = 37%
B = 32.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#CFF9D9 (or 0xCFF9D9) is known color: Off Green. HEX triplet: CF, F9 and D9. RGB value is (207,249,217). Sum of RGB (Red+Green+Blue) = 207+249+217=673 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.76% from 673); Green value is 249 (97.66% from 255 or 37.00% from 673); Blue value is 217 (85.16% from 255 or 32.24% from 673); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF9D9 is #300626. Grayscale: #E8E8E8. Windows color (decimal): -3147303 or 14285263. OLE color: 14285263.

HSL color Cylindrical-coordinate representation of color #CFF9D9: hue angle of 134.29º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF9D9 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 249 217 -
CMYK 0.17 0 0.13 0.02
HSL 134.29º 0.78% 0.89% -
HSV(B) 134.29º 0.17% 0.98% -
XYZ 72.13 86.03 78.45 -
YUV 232.79 119.09 109.6 -
System Red Green Blue C M Y K H S L
Decimal 207 249 217 0.17 0 0.13 0.02 134.29 0.78 0.89
Hex CF F9 D9 11 0 D 2 86 4E 59
Octal 317 371 331 21 0 15 2 206 116 131
Binary 11001111 11111001 11011001 10001 0 1101 10 10000110 1001110 1011001

Color Harmonies of #CFF9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF9D9

Black with #CFF9D9

Text Example


Text Example

White with #CFF9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF9D9; }

 p { color: rgb(207,249,217); }

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

background-color css

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

 a { background-color: rgb(207,249,217); }

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

border-color css

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

 span { border-color: rgb(207,249,217); }

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