Html Css Color HEX #C5DA07 Inch Worm

📋 copy color: '#C5DA07'

red 197 ◦ green 218 ◦ blue 7

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

Shades of Inch Worm #C5DA07

Tints of Inch Worm #C5DA07

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.66%

 BLUE value IS 7 (3.13% from 255) = 1.66%

R = 46.68%
G = 51.66%
B = 1.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#C5DA07 (or 0xC5DA07) is known color: Inch Worm. HEX triplet: C5, DA and 07. RGB value is (197,218,7). Sum of RGB (Red+Green+Blue) = 197+218+7=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 218 (85.55% from 255 or 51.66% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DA07 is #3A25F8. Grayscale: #BCBCBC. Windows color (decimal): -3810809 or 514757. OLE color: 514757.

HSL color Cylindrical-coordinate representation of color #C5DA07: hue angle of 65.97º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5DA07 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 218 7 -
CMYK 0.10 0 0.97 0.15
HSL 65.97º 0.94% 0.44% -
HSV(B) 65.97º 0.97% 0.85% -
XYZ 48.14 62.03 9.64 -
YUV 187.67 26.04 134.66 -
System Red Green Blue C M Y K H S L
Decimal 197 218 7 0.10 0 0.97 0.15 65.97 0.94 0.44
Hex C5 DA 7 A 0 61 F 42 5E 2C
Octal 305 332 7 12 0 141 17 102 136 54
Binary 11000101 11011010 111 1010 0 1100001 1111 1000010 1011110 101100

Color Harmonies of #C5DA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DA07

Black with #C5DA07

Text Example


Text Example

White with #C5DA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DA07; }

 p { color: rgb(197,218,7); }

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

background-color css

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

 a { background-color: rgb(197,218,7); }

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

border-color css

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

 span { border-color: rgb(197,218,7); }

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