Html Css Color HEX #C0EF0F Inch Worm

📋 copy color: '#C0EF0F'

red 192 ◦ green 239 ◦ blue 15

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

Shades of Inch Worm #C0EF0F

Tints of Inch Worm #C0EF0F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 53.59%

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

R = 43.05%
G = 53.59%
B = 3.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#C0EF0F (or 0xC0EF0F) is known color: Inch Worm. HEX triplet: C0, EF and 0F. RGB value is (192,239,15). Sum of RGB (Red+Green+Blue) = 192+239+15=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 239 (93.75% from 255 or 53.59% from 446); Blue value is 15 (6.25% from 255 or 3.36% from 446); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0EF0F is #3F10F0. Grayscale: #C8C8C8. Windows color (decimal): -4133105 or 1044416. OLE color: 1044416.

HSL color Cylindrical-coordinate representation of color #C0EF0F: hue angle of 72.59º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0EF0F is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 239 15 -
CMYK 0.20 0 0.94 0.06
HSL 72.59º 0.88% 0.5% -
HSV(B) 72.59º 0.94% 0.94% -
XYZ 52.69 72.97 11.76 -
YUV 199.41 23.93 122.71 -
System Red Green Blue C M Y K H S L
Decimal 192 239 15 0.20 0 0.94 0.06 72.59 0.88 0.5
Hex C0 EF F 14 0 5E 6 49 58 32
Octal 300 357 17 24 0 136 6 111 130 62
Binary 11000000 11101111 1111 10100 0 1011110 110 1001001 1011000 110010

Color Harmonies of #C0EF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EF0F

Black with #C0EF0F

Text Example


Text Example

White with #C0EF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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