Html Css Color HEX #C1E400 Inch Worm

📋 copy color: '#C1E400'

red 193 ◦ green 228 ◦ blue 0

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

Shades of Inch Worm #C1E400

Tints of Inch Worm #C1E400

RGB

 RED value IS 193 (75.78% from 255) = 45.84%

 GREEN value IS 228 (89.45% from 255) = 54.16%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.84%
G = 54.16%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#C1E400 (or 0xC1E400) is known color: Inch Worm. HEX triplet: C1, E4 and 00. RGB value is (193,228,0). Sum of RGB (Red+Green+Blue) = 193+228+0=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 228 (89.45% from 255 or 54.16% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 228 - color contains mainly: green. Hex color #C1E400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1E400 is #3E1BFF. Grayscale: #C0C0C0. Windows color (decimal): -4070400 or 58561. OLE color: 58561.

HSL color Cylindrical-coordinate representation of color #C1E400: hue angle of 69.21º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C1E400 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 193 228 0 -
CMYK 0.15 0 1 0.11
HSL 69.21º 1% 0.45% -
HSV(B) 69.21º 1% 0.89% -
XYZ 49.74 66.82 10.28 -
YUV 191.54 19.9 129.04 -
System Red Green Blue C M Y K H S L
Decimal 193 228 0 0.15 0 1 0.11 69.21 1 0.45
Hex C1 E4 0 F 0 64 B 45 64 2D
Octal 301 344 0 17 0 144 13 105 144 55
Binary 11000001 11100100 0 1111 0 1100100 1011 1000101 1100100 101101

Color Harmonies of #C1E400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E400

Black with #C1E400

Text Example


Text Example

White with #C1E400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E400; }

 p { color: rgb(193,228,0); }

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

background-color css

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

 a { background-color: rgb(193,228,0); }

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

border-color css

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

 span { border-color: rgb(193,228,0); }

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