Html Css Color HEX #C0F818 Inch Worm

📋 copy color: '#C0F818'

red 192 ◦ green 248 ◦ blue 24

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

Shades of Inch Worm #C0F818

Tints of Inch Worm #C0F818

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.45%

 BLUE value IS 24 (9.77% from 255) = 5.17%

R = 41.38%
G = 53.45%
B = 5.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#C0F818 (or 0xC0F818) is known color: Inch Worm. HEX triplet: C0, F8 and 18. RGB value is (192,248,24). Sum of RGB (Red+Green+Blue) = 192+248+24=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 248 (97.27% from 255 or 53.45% from 464); Blue value is 24 (9.77% from 255 or 5.17% from 464); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F818 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F818 is #3F07E7. Grayscale: #CECECE. Windows color (decimal): -4130792 or 1636544. OLE color: 1636544.

HSL color Cylindrical-coordinate representation of color #C0F818: hue angle of 75º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0F818 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 248 24 -
CMYK 0.23 0 0.90 0.03
HSL 75º 0.94% 0.53% -
HSV(B) 75º 0.9% 0.97% -
XYZ 55.47 78.41 13.07 -
YUV 205.72 25.45 118.21 -
System Red Green Blue C M Y K H S L
Decimal 192 248 24 0.23 0 0.90 0.03 75 0.94 0.53
Hex C0 F8 18 17 0 5A 3 4B 5E 35
Octal 300 370 30 27 0 132 3 113 136 65
Binary 11000000 11111000 11000 10111 0 1011010 11 1001011 1011110 110101

Color Harmonies of #C0F818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F818

Black with #C0F818

Text Example


Text Example

White with #C0F818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F818; }

 p { color: rgb(192,248,24); }

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

background-color css

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

 a { background-color: rgb(192,248,24); }

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

border-color css

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

 span { border-color: rgb(192,248,24); }

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