Html Css Color HEX #C2DD05 Inch Worm

📋 copy color: '#C2DD05'

red 194 ◦ green 221 ◦ blue 5

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

Shades of Inch Worm #C2DD05

Tints of Inch Worm #C2DD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.19%

R = 46.19%
G = 52.62%
B = 1.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#C2DD05 (or 0xC2DD05) is known color: Inch Worm. HEX triplet: C2, DD and 05. RGB value is (194,221,5). Sum of RGB (Red+Green+Blue) = 194+221+5=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DD05 is #3D22FA. Grayscale: #BDBDBD. Windows color (decimal): -4006651 or 384450. OLE color: 384450.

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

Color convert

RGB 194 221 5 -
CMYK 0.12 0 0.98 0.13
HSL 67.5º 0.96% 0.44% -
HSV(B) 67.5º 0.98% 0.87% -
XYZ 48.13 63.19 9.8 -
YUV 188.3 24.55 132.06 -
System Red Green Blue C M Y K H S L
Decimal 194 221 5 0.12 0 0.98 0.13 67.5 0.96 0.44
Hex C2 DD 5 C 0 62 D 44 60 2C
Octal 302 335 5 14 0 142 15 104 140 54
Binary 11000010 11011101 101 1100 0 1100010 1101 1000100 1100000 101100

Color Harmonies of #C2DD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DD05

Black with #C2DD05

Text Example


Text Example

White with #C2DD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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