Html Css Color HEX #C6F21A Inch Worm

📋 copy color: '#C6F21A'

red 198 ◦ green 242 ◦ blue 26

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

Shades of Inch Worm #C6F21A

Tints of Inch Worm #C6F21A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.93%

 BLUE value IS 26 (10.55% from 255) = 5.58%

R = 42.49%
G = 51.93%
B = 5.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#C6F21A (or 0xC6F21A) is known color: Inch Worm. HEX triplet: C6, F2 and 1A. RGB value is (198,242,26). Sum of RGB (Red+Green+Blue) = 198+242+26=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 26 (10.55% from 255 or 5.58% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F21A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F21A is #390DE5. Grayscale: #CDCDCD. Windows color (decimal): -3739110 or 1766086. OLE color: 1766086.

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

Color convert

RGB 198 242 26 -
CMYK 0.18 0 0.89 0.05
HSL 72.22º 0.89% 0.53% -
HSV(B) 72.22º 0.89% 0.95% -
XYZ 55.23 75.58 12.66 -
YUV 204.22 27.42 123.56 -
System Red Green Blue C M Y K H S L
Decimal 198 242 26 0.18 0 0.89 0.05 72.22 0.89 0.53
Hex C6 F2 1A 12 0 59 5 48 59 35
Octal 306 362 32 22 0 131 5 110 131 65
Binary 11000110 11110010 11010 10010 0 1011001 101 1001000 1011001 110101

Color Harmonies of #C6F21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F21A

Black with #C6F21A

Text Example


Text Example

White with #C6F21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F21A; }

 p { color: rgb(198,242,26); }

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

background-color css

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

 a { background-color: rgb(198,242,26); }

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

border-color css

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

 span { border-color: rgb(198,242,26); }

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