Html Css Color HEX #C7DD0A Inch Worm

📋 copy color: '#C7DD0A'

red 199 ◦ green 221 ◦ blue 10

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

Shades of Inch Worm #C7DD0A

Tints of Inch Worm #C7DD0A

RGB

 RED value IS 199 (78.13% from 255) = 46.28%

 GREEN value IS 221 (86.72% from 255) = 51.4%

 BLUE value IS 10 (4.3% from 255) = 2.33%

R = 46.28%
G = 51.4%
B = 2.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#C7DD0A (or 0xC7DD0A) is known color: Inch Worm. HEX triplet: C7, DD and 0A. RGB value is (199,221,10). Sum of RGB (Red+Green+Blue) = 199+221+10=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7DD0A is #3822F5. Grayscale: #BFBFBF. Windows color (decimal): -3678966 or 712135. OLE color: 712135.

HSL color Cylindrical-coordinate representation of color #C7DD0A: hue angle of 66.26º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7DD0A is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 221 10 -
CMYK 0.10 0 0.95 0.13
HSL 66.26º 0.91% 0.45% -
HSV(B) 66.26º 0.95% 0.87% -
XYZ 49.46 63.88 10.01 -
YUV 190.37 26.21 134.16 -
System Red Green Blue C M Y K H S L
Decimal 199 221 10 0.10 0 0.95 0.13 66.26 0.91 0.45
Hex C7 DD A A 0 5F D 42 5B 2D
Octal 307 335 12 12 0 137 15 102 133 55
Binary 11000111 11011101 1010 1010 0 1011111 1101 1000010 1011011 101101

Color Harmonies of #C7DD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DD0A

Black with #C7DD0A

Text Example


Text Example

White with #C7DD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DD0A; }

 p { color: rgb(199,221,10); }

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

background-color css

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

 a { background-color: rgb(199,221,10); }

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

border-color css

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

 span { border-color: rgb(199,221,10); }

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