Html Css Color HEX #CEE00E Inch Worm

📋 copy color: '#CEE00E'

red 206 ◦ green 224 ◦ blue 14

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

Shades of Inch Worm #CEE00E

Tints of Inch Worm #CEE00E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.45%

 BLUE value IS 14 (5.86% from 255) = 3.15%

R = 46.4%
G = 50.45%
B = 3.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#CEE00E (or 0xCEE00E) is known color: Inch Worm. HEX triplet: CE, E0 and 0E. RGB value is (206,224,14). Sum of RGB (Red+Green+Blue) = 206+224+14=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 14 (5.86% from 255 or 3.15% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE00E is #311FF1. Grayscale: #C3C3C3. Windows color (decimal): -3219442 or 975054. OLE color: 975054.

HSL color Cylindrical-coordinate representation of color #CEE00E: hue angle of 65.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEE00E is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 224 14 -
CMYK 0.08 0 0.94 0.12
HSL 65.14º 0.88% 0.47% -
HSV(B) 65.14º 0.94% 0.88% -
XYZ 52.19 66.46 10.49 -
YUV 194.68 26.04 136.08 -
System Red Green Blue C M Y K H S L
Decimal 206 224 14 0.08 0 0.94 0.12 65.14 0.88 0.47
Hex CE E0 E 8 0 5E C 41 58 2F
Octal 316 340 16 10 0 136 14 101 130 57
Binary 11001110 11100000 1110 1000 0 1011110 1100 1000001 1011000 101111

Color Harmonies of #CEE00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE00E

Black with #CEE00E

Text Example


Text Example

White with #CEE00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE00E; }

 p { color: rgb(206,224,14); }

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

background-color css

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

 a { background-color: rgb(206,224,14); }

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

border-color css

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

 span { border-color: rgb(206,224,14); }

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