Html Css Color HEX #CEF9DA Off Green

📋 copy color: '#CEF9DA'

red 206 ◦ green 249 ◦ blue 218

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

Shades of Off Green #CEF9DA

Tints of Off Green #CEF9DA

RGB

 RED value IS 206 (80.86% from 255) = 30.61%

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

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

R = 30.61%
G = 37%
B = 32.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#CEF9DA (or 0xCEF9DA) is known color: Off Green. HEX triplet: CE, F9 and DA. RGB value is (206,249,218). Sum of RGB (Red+Green+Blue) = 206+249+218=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 249 (97.66% from 255 or 37.00% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF9DA is #310625. Grayscale: #E8E8E8. Windows color (decimal): -3212838 or 14350798. OLE color: 14350798.

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

Color convert

RGB 206 249 218 -
CMYK 0.17 0 0.12 0.02
HSL 136.74º 0.78% 0.89% -
HSV(B) 136.74º 0.17% 0.98% -
XYZ 71.98 85.94 79.12 -
YUV 232.61 119.75 109.02 -
System Red Green Blue C M Y K H S L
Decimal 206 249 218 0.17 0 0.12 0.02 136.74 0.78 0.89
Hex CE F9 DA 11 0 C 2 89 4E 59
Octal 316 371 332 21 0 14 2 211 116 131
Binary 11001110 11111001 11011010 10001 0 1100 10 10001001 1001110 1011001

Color Harmonies of #CEF9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF9DA

Black with #CEF9DA

Text Example


Text Example

White with #CEF9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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