Html Css Color HEX #C0F51A Inch Worm

📋 copy color: '#C0F51A'

red 192 ◦ green 245 ◦ blue 26

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

Shades of Inch Worm #C0F51A

Tints of Inch Worm #C0F51A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 52.92%

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

R = 41.47%
G = 52.92%
B = 5.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#C0F51A (or 0xC0F51A) is known color: Inch Worm. HEX triplet: C0, F5 and 1A. RGB value is (192,245,26). Sum of RGB (Red+Green+Blue) = 192+245+26=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 245 (96.09% from 255 or 52.92% from 463); Blue value is 26 (10.55% from 255 or 5.62% from 463); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F51A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F51A is #3F0AE5. Grayscale: #CDCDCD. Windows color (decimal): -4131558 or 1766848. OLE color: 1766848.

HSL color Cylindrical-coordinate representation of color #C0F51A: hue angle of 74.52º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0F51A is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 245 26 -
CMYK 0.22 0 0.89 0.04
HSL 74.52º 0.92% 0.53% -
HSV(B) 74.52º 0.89% 0.96% -
XYZ 54.58 76.59 12.88 -
YUV 204.19 27.44 119.31 -
System Red Green Blue C M Y K H S L
Decimal 192 245 26 0.22 0 0.89 0.04 74.52 0.92 0.53
Hex C0 F5 1A 16 0 59 4 4B 5C 35
Octal 300 365 32 26 0 131 4 113 134 65
Binary 11000000 11110101 11010 10110 0 1011001 100 1001011 1011100 110101

Color Harmonies of #C0F51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F51A

Black with #C0F51A

Text Example


Text Example

White with #C0F51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F51A; }

 p { color: rgb(192,245,26); }

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

background-color css

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

 a { background-color: rgb(192,245,26); }

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

border-color css

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

 span { border-color: rgb(192,245,26); }

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