Html Css Color HEX #CFF9D6 Off Green

📋 copy color: '#CFF9D6'

red 207 ◦ green 249 ◦ blue 214

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

Shades of Off Green #CFF9D6

Tints of Off Green #CFF9D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.94%

R = 30.9%
G = 37.16%
B = 31.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#CFF9D6 (or 0xCFF9D6) is known color: Off Green. HEX triplet: CF, F9 and D6. RGB value is (207,249,214). Sum of RGB (Red+Green+Blue) = 207+249+214=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF9D6 is #300629. Grayscale: #E8E8E8. Windows color (decimal): -3147306 or 14088655. OLE color: 14088655.

HSL color Cylindrical-coordinate representation of color #CFF9D6: hue angle of 130º 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 #CFF9D6 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 249 214 -
CMYK 0.17 0 0.14 0.02
HSL 130º 0.78% 0.89% -
HSV(B) 130º 0.17% 0.98% -
XYZ 71.75 85.87 76.41 -
YUV 232.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 207 249 214 0.17 0 0.14 0.02 130 0.78 0.89
Hex CF F9 D6 11 0 E 2 82 4E 59
Octal 317 371 326 21 0 16 2 202 116 131
Binary 11001111 11111001 11010110 10001 0 1110 10 10000010 1001110 1011001

Color Harmonies of #CFF9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF9D6

Black with #CFF9D6

Text Example


Text Example

White with #CFF9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF9D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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