Html Css Color HEX #C0F125 Inch Worm

📋 copy color: '#C0F125'

red 192 ◦ green 241 ◦ blue 37

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

Shades of Inch Worm #C0F125

Tints of Inch Worm #C0F125

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.28%

 BLUE value IS 37 (14.84% from 255) = 7.87%

R = 40.85%
G = 51.28%
B = 7.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#C0F125 (or 0xC0F125) is known color: Inch Worm. HEX triplet: C0, F1 and 25. RGB value is (192,241,37). Sum of RGB (Red+Green+Blue) = 192+241+37=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 37 (14.84% from 255 or 7.87% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F125 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F125 is #3F0EDA. Grayscale: #CBCBCB. Windows color (decimal): -4132571 or 2486720. OLE color: 2486720.

HSL color Cylindrical-coordinate representation of color #C0F125: hue angle of 74.41º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0F125 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 241 37 -
CMYK 0.20 0 0.85 0.05
HSL 74.41º 0.88% 0.55% -
HSV(B) 74.41º 0.85% 0.95% -
XYZ 53.53 74.25 13.26 -
YUV 203.09 34.27 120.09 -
System Red Green Blue C M Y K H S L
Decimal 192 241 37 0.20 0 0.85 0.05 74.41 0.88 0.55
Hex C0 F1 25 14 0 55 5 4A 58 37
Octal 300 361 45 24 0 125 5 112 130 67
Binary 11000000 11110001 100101 10100 0 1010101 101 1001010 1011000 110111

Color Harmonies of #C0F125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F125

Black with #C0F125

Text Example


Text Example

White with #C0F125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F125; }

 p { color: rgb(192,241,37); }

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

background-color css

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

 a { background-color: rgb(192,241,37); }

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

border-color css

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

 span { border-color: rgb(192,241,37); }

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