Html Css Color HEX #C6F01C Inch Worm

📋 copy color: '#C6F01C'

red 198 ◦ green 240 ◦ blue 28

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

Shades of Inch Worm #C6F01C

Tints of Inch Worm #C6F01C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.5%

 BLUE value IS 28 (11.33% from 255) = 6.01%

R = 42.49%
G = 51.5%
B = 6.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#C6F01C (or 0xC6F01C) is known color: Inch Worm. HEX triplet: C6, F0 and 1C. RGB value is (198,240,28). Sum of RGB (Red+Green+Blue) = 198+240+28=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 28 (11.33% from 255 or 6.01% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F01C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F01C is #390FE3. Grayscale: #CCCCCC. Windows color (decimal): -3739620 or 1896646. OLE color: 1896646.

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

Color convert

RGB 198 240 28 -
CMYK 0.18 0 0.88 0.06
HSL 71.89º 0.88% 0.53% -
HSV(B) 71.89º 0.88% 0.94% -
XYZ 54.66 74.41 12.58 -
YUV 203.27 29.09 124.24 -
System Red Green Blue C M Y K H S L
Decimal 198 240 28 0.18 0 0.88 0.06 71.89 0.88 0.53
Hex C6 F0 1C 12 0 58 6 48 58 35
Octal 306 360 34 22 0 130 6 110 130 65
Binary 11000110 11110000 11100 10010 0 1011000 110 1001000 1011000 110101

Color Harmonies of #C6F01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F01C

Black with #C6F01C

Text Example


Text Example

White with #C6F01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F01C; }

 p { color: rgb(198,240,28); }

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

background-color css

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

 a { background-color: rgb(198,240,28); }

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

border-color css

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

 span { border-color: rgb(198,240,28); }

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