Html Css Color HEX #C0F320 Inch Worm

📋 copy color: '#C0F320'

red 192 ◦ green 243 ◦ blue 32

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

Shades of Inch Worm #C0F320

Tints of Inch Worm #C0F320

RGB

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

 GREEN value IS 243 (95.31% from 255) = 52.03%

 BLUE value IS 32 (12.89% from 255) = 6.85%

R = 41.11%
G = 52.03%
B = 6.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#C0F320 (or 0xC0F320) is known color: Inch Worm. HEX triplet: C0, F3 and 20. RGB value is (192,243,32). Sum of RGB (Red+Green+Blue) = 192+243+32=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 32 (12.89% from 255 or 6.85% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F320 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F320 is #3F0CDF. Grayscale: #CCCCCC. Windows color (decimal): -4132064 or 2159552. OLE color: 2159552.

HSL color Cylindrical-coordinate representation of color #C0F320: hue angle of 74.5º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0F320 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 243 32 -
CMYK 0.21 0 0.87 0.05
HSL 74.5º 0.9% 0.54% -
HSV(B) 74.5º 0.87% 0.95% -
XYZ 54.05 75.41 13.07 -
YUV 203.7 31.1 119.66 -
System Red Green Blue C M Y K H S L
Decimal 192 243 32 0.21 0 0.87 0.05 74.5 0.9 0.54
Hex C0 F3 20 15 0 57 5 4B 5A 36
Octal 300 363 40 25 0 127 5 113 132 66
Binary 11000000 11110011 100000 10101 0 1010111 101 1001011 1011010 110110

Color Harmonies of #C0F320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F320

Black with #C0F320

Text Example


Text Example

White with #C0F320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F320; }

 p { color: rgb(192,243,32); }

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

background-color css

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

 a { background-color: rgb(192,243,32); }

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

border-color css

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

 span { border-color: rgb(192,243,32); }

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