Html Css Color HEX #C6E00D Inch Worm

📋 copy color: '#C6E00D'

red 198 ◦ green 224 ◦ blue 13

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

Shades of Inch Worm #C6E00D

Tints of Inch Worm #C6E00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.99%

R = 45.52%
G = 51.49%
B = 2.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#C6E00D (or 0xC6E00D) is known color: Inch Worm. HEX triplet: C6, E0 and 0D. RGB value is (198,224,13). Sum of RGB (Red+Green+Blue) = 198+224+13=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #C6E00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6E00D is #391FF2. Grayscale: #C0C0C0. Windows color (decimal): -3743731 or 909510. OLE color: 909510.

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

Color convert

RGB 198 224 13 -
CMYK 0.12 0 0.94 0.12
HSL 67.39º 0.89% 0.46% -
HSV(B) 67.39º 0.94% 0.88% -
XYZ 50.02 65.35 10.36 -
YUV 192.17 26.89 132.16 -
System Red Green Blue C M Y K H S L
Decimal 198 224 13 0.12 0 0.94 0.12 67.39 0.89 0.46
Hex C6 E0 D C 0 5E C 43 59 2E
Octal 306 340 15 14 0 136 14 103 131 56
Binary 11000110 11100000 1101 1100 0 1011110 1100 1000011 1011001 101110

Color Harmonies of #C6E00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E00D

Black with #C6E00D

Text Example


Text Example

White with #C6E00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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