Html Css Color HEX #C2F01D Inch Worm

📋 copy color: '#C2F01D'

red 194 ◦ green 240 ◦ blue 29

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

Shades of Inch Worm #C2F01D

Tints of Inch Worm #C2F01D

RGB

 RED value IS 194 (76.17% from 255) = 41.9%

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

 BLUE value IS 29 (11.72% from 255) = 6.26%

R = 41.9%
G = 51.84%
B = 6.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#C2F01D (or 0xC2F01D) is known color: Inch Worm. HEX triplet: C2, F0 and 1D. RGB value is (194,240,29). Sum of RGB (Red+Green+Blue) = 194+240+29=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 29 (11.72% from 255 or 6.26% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F01D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F01D is #3D0FE2. Grayscale: #CACACA. Windows color (decimal): -4001763 or 1962178. OLE color: 1962178.

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

Color convert

RGB 194 240 29 -
CMYK 0.19 0 0.88 0.06
HSL 73.08º 0.88% 0.53% -
HSV(B) 73.08º 0.88% 0.94% -
XYZ 53.63 73.88 12.6 -
YUV 202.19 30.26 122.16 -
System Red Green Blue C M Y K H S L
Decimal 194 240 29 0.19 0 0.88 0.06 73.08 0.88 0.53
Hex C2 F0 1D 13 0 58 6 49 58 35
Octal 302 360 35 23 0 130 6 111 130 65
Binary 11000010 11110000 11101 10011 0 1011000 110 1001001 1011000 110101

Color Harmonies of #C2F01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F01D

Black with #C2F01D

Text Example


Text Example

White with #C2F01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F01D; }

 p { color: rgb(194,240,29); }

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

background-color css

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

 a { background-color: rgb(194,240,29); }

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

border-color css

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

 span { border-color: rgb(194,240,29); }

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