Html Css Color HEX #C0F421 Inch Worm

📋 copy color: '#C0F421'

red 192 ◦ green 244 ◦ blue 33

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

Shades of Inch Worm #C0F421

Tints of Inch Worm #C0F421

RGB

 RED value IS 192 (75.39% from 255) = 40.94%

 GREEN value IS 244 (95.7% from 255) = 52.03%

 BLUE value IS 33 (13.28% from 255) = 7.04%

R = 40.94%
G = 52.03%
B = 7.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#C0F421 (or 0xC0F421) is known color: Inch Worm. HEX triplet: C0, F4 and 21. RGB value is (192,244,33). Sum of RGB (Red+Green+Blue) = 192+244+33=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 244 (95.70% from 255 or 52.03% from 469); Blue value is 33 (13.28% from 255 or 7.04% from 469); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F421 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F421 is #3F0BDE. Grayscale: #CDCDCD. Windows color (decimal): -4131807 or 2225344. OLE color: 2225344.

HSL color Cylindrical-coordinate representation of color #C0F421: hue angle of 74.79º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0F421 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 244 33 -
CMYK 0.21 0 0.86 0.04
HSL 74.79º 0.91% 0.54% -
HSV(B) 74.79º 0.86% 0.96% -
XYZ 54.36 76.02 13.25 -
YUV 204.4 31.27 119.16 -
System Red Green Blue C M Y K H S L
Decimal 192 244 33 0.21 0 0.86 0.04 74.79 0.91 0.54
Hex C0 F4 21 15 0 56 4 4B 5B 36
Octal 300 364 41 25 0 126 4 113 133 66
Binary 11000000 11110100 100001 10101 0 1010110 100 1001011 1011011 110110

Color Harmonies of #C0F421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F421

Black with #C0F421

Text Example


Text Example

White with #C0F421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F421; }

 p { color: rgb(192,244,33); }

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

background-color css

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

 a { background-color: rgb(192,244,33); }

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

border-color css

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

 span { border-color: rgb(192,244,33); }

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