Html Css Color HEX #C7DD0E Inch Worm

📋 copy color: '#C7DD0E'

red 199 ◦ green 221 ◦ blue 14

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

Shades of Inch Worm #C7DD0E

Tints of Inch Worm #C7DD0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.23%

R = 45.85%
G = 50.92%
B = 3.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#C7DD0E (or 0xC7DD0E) is known color: Inch Worm. HEX triplet: C7, DD and 0E. RGB value is (199,221,14). Sum of RGB (Red+Green+Blue) = 199+221+14=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 14 (5.86% from 255 or 3.23% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7DD0E is #3822F1. Grayscale: #BFBFBF. Windows color (decimal): -3678962 or 974279. OLE color: 974279.

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

Color convert

RGB 199 221 14 -
CMYK 0.10 0 0.94 0.13
HSL 66.38º 0.88% 0.46% -
HSV(B) 66.38º 0.94% 0.87% -
XYZ 49.49 63.89 10.14 -
YUV 190.82 28.21 133.83 -
System Red Green Blue C M Y K H S L
Decimal 199 221 14 0.10 0 0.94 0.13 66.38 0.88 0.46
Hex C7 DD E A 0 5E D 42 58 2E
Octal 307 335 16 12 0 136 15 102 130 56
Binary 11000111 11011101 1110 1010 0 1011110 1101 1000010 1011000 101110

Color Harmonies of #C7DD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DD0E

Black with #C7DD0E

Text Example


Text Example

White with #C7DD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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