Html Css Color HEX #C0EB0F Inch Worm

📋 copy color: '#C0EB0F'

red 192 ◦ green 235 ◦ blue 15

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

Shades of Inch Worm #C0EB0F

Tints of Inch Worm #C0EB0F

RGB

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

 GREEN value IS 235 (92.19% from 255) = 53.17%

 BLUE value IS 15 (6.25% from 255) = 3.39%

R = 43.44%
G = 53.17%
B = 3.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#C0EB0F (or 0xC0EB0F) is known color: Inch Worm. HEX triplet: C0, EB and 0F. RGB value is (192,235,15). Sum of RGB (Red+Green+Blue) = 192+235+15=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 235 (92.19% from 255 or 53.17% from 442); Blue value is 15 (6.25% from 255 or 3.39% from 442); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0EB0F is #3F14F0. Grayscale: #C5C5C5. Windows color (decimal): -4134129 or 1043392. OLE color: 1043392.

HSL color Cylindrical-coordinate representation of color #C0EB0F: hue angle of 71.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0EB0F is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 235 15 -
CMYK 0.18 0 0.94 0.08
HSL 71.73º 0.88% 0.49% -
HSV(B) 71.73º 0.94% 0.92% -
XYZ 51.53 70.66 11.37 -
YUV 197.06 25.25 124.39 -
System Red Green Blue C M Y K H S L
Decimal 192 235 15 0.18 0 0.94 0.08 71.73 0.88 0.49
Hex C0 EB F 12 0 5E 8 48 58 31
Octal 300 353 17 22 0 136 10 110 130 61
Binary 11000000 11101011 1111 10010 0 1011110 1000 1001000 1011000 110001

Color Harmonies of #C0EB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EB0F

Black with #C0EB0F

Text Example


Text Example

White with #C0EB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EB0F; }

 p { color: rgb(192,235,15); }

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

background-color css

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

 a { background-color: rgb(192,235,15); }

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

border-color css

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

 span { border-color: rgb(192,235,15); }

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