Html Css Color HEX #C2DD00 Inch Worm

📋 copy color: '#C2DD00'

red 194 ◦ green 221 ◦ blue 0

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

Shades of Inch Worm #C2DD00

Tints of Inch Worm #C2DD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.75%
G = 53.25%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#C2DD00 (or 0xC2DD00) is known color: Inch Worm. HEX triplet: C2, DD and 00. RGB value is (194,221,0). Sum of RGB (Red+Green+Blue) = 194+221+0=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DD00 is #3D22FF. Grayscale: #BCBCBC. Windows color (decimal): -4006656 or 56770. OLE color: 56770.

HSL color Cylindrical-coordinate representation of color #C2DD00: hue angle of 67.33º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2DD00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 221 0 -
CMYK 0.12 0 1 0.13
HSL 67.33º 1% 0.43% -
HSV(B) 67.33º 1% 0.87% -
XYZ 48.1 63.18 9.66 -
YUV 187.73 22.05 132.47 -
System Red Green Blue C M Y K H S L
Decimal 194 221 0 0.12 0 1 0.13 67.33 1 0.43
Hex C2 DD 0 C 0 64 D 43 64 2B
Octal 302 335 0 14 0 144 15 103 144 53
Binary 11000010 11011101 0 1100 0 1100100 1101 1000011 1100100 101011

Color Harmonies of #C2DD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DD00

Black with #C2DD00

Text Example


Text Example

White with #C2DD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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