Html Css Color HEX #C1F01C Inch Worm

📋 copy color: '#C1F01C'

red 193 ◦ green 240 ◦ blue 28

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

Shades of Inch Worm #C1F01C

Tints of Inch Worm #C1F01C

RGB

 RED value IS 193 (75.78% from 255) = 41.87%

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

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

R = 41.87%
G = 52.06%
B = 6.07%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#C1F01C (or 0xC1F01C) is known color: Inch Worm. HEX triplet: C1, F0 and 1C. RGB value is (193,240,28). Sum of RGB (Red+Green+Blue) = 193+240+28=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 28 (11.33% from 255 or 6.07% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #C1F01C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F01C is #3E0FE3. Grayscale: #CACACA. Windows color (decimal): -4067300 or 1896641. OLE color: 1896641.

HSL color Cylindrical-coordinate representation of color #C1F01C: hue angle of 73.3º 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 #C1F01C is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 240 28 -
CMYK 0.20 0 0.88 0.06
HSL 73.3º 0.88% 0.53% -
HSV(B) 73.3º 0.88% 0.94% -
XYZ 53.36 73.74 12.52 -
YUV 201.78 29.93 121.74 -
System Red Green Blue C M Y K H S L
Decimal 193 240 28 0.20 0 0.88 0.06 73.3 0.88 0.53
Hex C1 F0 1C 14 0 58 6 49 58 35
Octal 301 360 34 24 0 130 6 111 130 65
Binary 11000001 11110000 11100 10100 0 1011000 110 1001001 1011000 110101

Color Harmonies of #C1F01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1F01C

Black with #C1F01C

Text Example


Text Example

White with #C1F01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1F01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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