Html Css Color HEX #C5E70D Inch Worm

📋 copy color: '#C5E70D'

red 197 ◦ green 231 ◦ blue 13

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

Shades of Inch Worm #C5E70D

Tints of Inch Worm #C5E70D

RGB

 RED value IS 197 (77.34% from 255) = 44.67%

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

 BLUE value IS 13 (5.47% from 255) = 2.95%

R = 44.67%
G = 52.38%
B = 2.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#C5E70D (or 0xC5E70D) is known color: Inch Worm. HEX triplet: C5, E7 and 0D. RGB value is (197,231,13). Sum of RGB (Red+Green+Blue) = 197+231+13=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 231 (90.62% from 255 or 52.38% from 441); Blue value is 13 (5.47% from 255 or 2.95% from 441); Max value from RGB is 231 - color contains mainly: green. Hex color #C5E70D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5E70D is #3A18F2. Grayscale: #C4C4C4. Windows color (decimal): -3807475 or 911301. OLE color: 911301.

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

Color convert

RGB 197 231 13 -
CMYK 0.15 0 0.94 0.09
HSL 69.36º 0.89% 0.48% -
HSV(B) 69.36º 0.94% 0.91% -
XYZ 51.67 69.05 10.99 -
YUV 195.98 24.74 128.73 -
System Red Green Blue C M Y K H S L
Decimal 197 231 13 0.15 0 0.94 0.09 69.36 0.89 0.48
Hex C5 E7 D F 0 5E 9 45 59 30
Octal 305 347 15 17 0 136 11 105 131 60
Binary 11000101 11100111 1101 1111 0 1011110 1001 1000101 1011001 110000

Color Harmonies of #C5E70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E70D

Black with #C5E70D

Text Example


Text Example

White with #C5E70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E70D; }

 p { color: rgb(197,231,13); }

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

background-color css

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

 a { background-color: rgb(197,231,13); }

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

border-color css

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

 span { border-color: rgb(197,231,13); }

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