Html Css Color HEX #C2DD0E Inch Worm

📋 copy color: '#C2DD0E'

red 194 ◦ green 221 ◦ blue 14

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

Shades of Inch Worm #C2DD0E

Tints of Inch Worm #C2DD0E

RGB

 RED value IS 194 (76.17% from 255) = 45.22%

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

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

R = 45.22%
G = 51.52%
B = 3.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#C2DD0E (or 0xC2DD0E) is known color: Inch Worm. HEX triplet: C2, DD and 0E. RGB value is (194,221,14). Sum of RGB (Red+Green+Blue) = 194+221+14=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 221 (86.72% from 255 or 51.52% from 429); Blue value is 14 (5.86% from 255 or 3.26% from 429); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DD0E is #3D22F1. Grayscale: #BEBEBE. Windows color (decimal): -4006642 or 974274. OLE color: 974274.

HSL color Cylindrical-coordinate representation of color #C2DD0E: hue angle of 67.83º 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 #C2DD0E is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 221 14 -
CMYK 0.12 0 0.94 0.13
HSL 67.83º 0.88% 0.46% -
HSV(B) 67.83º 0.94% 0.87% -
XYZ 48.18 63.21 10.08 -
YUV 189.33 29.05 131.33 -
System Red Green Blue C M Y K H S L
Decimal 194 221 14 0.12 0 0.94 0.13 67.83 0.88 0.46
Hex C2 DD E C 0 5E D 44 58 2E
Octal 302 335 16 14 0 136 15 104 130 56
Binary 11000010 11011101 1110 1100 0 1011110 1101 1000100 1011000 101110

Color Harmonies of #C2DD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DD0E

Black with #C2DD0E

Text Example


Text Example

White with #C2DD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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