Html Css Color HEX #C6E000 Inch Worm

📋 copy color: '#C6E000'

red 198 ◦ green 224 ◦ blue 0

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

Shades of Inch Worm #C6E000

Tints of Inch Worm #C6E000

RGB

 RED value IS 198 (77.73% from 255) = 46.92%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.92%
G = 53.08%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#C6E000 (or 0xC6E000) is known color: Inch Worm. HEX triplet: C6, E0 and 00. RGB value is (198,224,0). Sum of RGB (Red+Green+Blue) = 198+224+0=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 224 (87.89% from 255 or 53.08% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 224 - color contains mainly: green. Hex color #C6E000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6E000 is #391FFF. Grayscale: #BFBFBF. Windows color (decimal): -3743744 or 57542. OLE color: 57542.

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

Color convert

RGB 198 224 0 -
CMYK 0.12 0 1 0.12
HSL 66.96º 1% 0.44% -
HSV(B) 66.96º 1% 0.88% -
XYZ 49.94 65.32 9.98 -
YUV 190.69 20.39 133.21 -
System Red Green Blue C M Y K H S L
Decimal 198 224 0 0.12 0 1 0.12 66.96 1 0.44
Hex C6 E0 0 C 0 64 C 43 64 2C
Octal 306 340 0 14 0 144 14 103 144 54
Binary 11000110 11100000 0 1100 0 1100100 1100 1000011 1100100 101100

Color Harmonies of #C6E000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E000

Black with #C6E000

Text Example


Text Example

White with #C6E000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E000; }

 p { color: rgb(198,224,0); }

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

background-color css

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

 a { background-color: rgb(198,224,0); }

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

border-color css

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

 span { border-color: rgb(198,224,0); }

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