Html Css Color HEX #C6E30F Inch Worm

📋 copy color: '#C6E30F'

red 198 ◦ green 227 ◦ blue 15

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

Shades of Inch Worm #C6E30F

Tints of Inch Worm #C6E30F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.59%

 BLUE value IS 15 (6.25% from 255) = 3.41%

R = 45%
G = 51.59%
B = 3.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#C6E30F (or 0xC6E30F) is known color: Inch Worm. HEX triplet: C6, E3 and 0F. RGB value is (198,227,15). Sum of RGB (Red+Green+Blue) = 198+227+15=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 227 (89.06% from 255 or 51.59% from 440); Blue value is 15 (6.25% from 255 or 3.41% from 440); Max value from RGB is 227 - color contains mainly: green. Hex color #C6E30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6E30F is #391CF0. Grayscale: #C2C2C2. Windows color (decimal): -3742961 or 1041350. OLE color: 1041350.

HSL color Cylindrical-coordinate representation of color #C6E30F: hue angle of 68.21º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6E30F is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 198 227 15 -
CMYK 0.13 0 0.93 0.11
HSL 68.21º 0.88% 0.47% -
HSV(B) 68.21º 0.93% 0.89% -
XYZ 50.84 66.98 10.7 -
YUV 194.16 26.89 130.74 -
System Red Green Blue C M Y K H S L
Decimal 198 227 15 0.13 0 0.93 0.11 68.21 0.88 0.47
Hex C6 E3 F D 0 5D B 44 58 2F
Octal 306 343 17 15 0 135 13 104 130 57
Binary 11000110 11100011 1111 1101 0 1011101 1011 1000100 1011000 101111

Color Harmonies of #C6E30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E30F

Black with #C6E30F

Text Example


Text Example

White with #C6E30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E30F; }

 p { color: rgb(198,227,15); }

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

background-color css

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

 a { background-color: rgb(198,227,15); }

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

border-color css

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

 span { border-color: rgb(198,227,15); }

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