Html Css Color HEX #C4E70B Inch Worm

📋 copy color: '#C4E70B'

red 196 ◦ green 231 ◦ blue 11

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

Shades of Inch Worm #C4E70B

Tints of Inch Worm #C4E70B

RGB

 RED value IS 196 (76.95% from 255) = 44.75%

 GREEN value IS 231 (90.63% from 255) = 52.74%

 BLUE value IS 11 (4.69% from 255) = 2.51%

R = 44.75%
G = 52.74%
B = 2.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#C4E70B (or 0xC4E70B) is known color: Inch Worm. HEX triplet: C4, E7 and 0B. RGB value is (196,231,11). Sum of RGB (Red+Green+Blue) = 196+231+11=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 231 (90.62% from 255 or 52.74% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 231 - color contains mainly: green. Hex color #C4E70B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4E70B is #3B18F4. Grayscale: #C4C4C4. Windows color (decimal): -3873013 or 780228. OLE color: 780228.

HSL color Cylindrical-coordinate representation of color #C4E70B: hue angle of 69.55º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4E70B is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 231 11 -
CMYK 0.15 0 0.95 0.09
HSL 69.55º 0.91% 0.47% -
HSV(B) 69.55º 0.95% 0.91% -
XYZ 51.4 68.91 10.91 -
YUV 195.46 23.9 128.39 -
System Red Green Blue C M Y K H S L
Decimal 196 231 11 0.15 0 0.95 0.09 69.55 0.91 0.47
Hex C4 E7 B F 0 5F 9 46 5B 2F
Octal 304 347 13 17 0 137 11 106 133 57
Binary 11000100 11100111 1011 1111 0 1011111 1001 1000110 1011011 101111

Color Harmonies of #C4E70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E70B

Black with #C4E70B

Text Example


Text Example

White with #C4E70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E70B; }

 p { color: rgb(196,231,11); }

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

background-color css

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

 a { background-color: rgb(196,231,11); }

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

border-color css

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

 span { border-color: rgb(196,231,11); }

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