Html Css Color HEX #C2DD15 Inch Worm

📋 copy color: '#C2DD15'

red 194 ◦ green 221 ◦ blue 21

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

Shades of Inch Worm #C2DD15

Tints of Inch Worm #C2DD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.82%

R = 44.5%
G = 50.69%
B = 4.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#C2DD15 (or 0xC2DD15) is known color: Inch Worm. HEX triplet: C2, DD and 15. RGB value is (194,221,21). Sum of RGB (Red+Green+Blue) = 194+221+21=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DD15 is #3D22EA. Grayscale: #BEBEBE. Windows color (decimal): -4006635 or 1433026. OLE color: 1433026.

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

Color convert

RGB 194 221 21 -
CMYK 0.12 0 0.90 0.13
HSL 68.1º 0.83% 0.47% -
HSV(B) 68.1º 0.9% 0.87% -
XYZ 48.24 63.24 10.37 -
YUV 190.13 32.55 130.76 -
System Red Green Blue C M Y K H S L
Decimal 194 221 21 0.12 0 0.90 0.13 68.1 0.83 0.47
Hex C2 DD 15 C 0 5A D 44 53 2F
Octal 302 335 25 14 0 132 15 104 123 57
Binary 11000010 11011101 10101 1100 0 1011010 1101 1000100 1010011 101111

Color Harmonies of #C2DD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DD15

Black with #C2DD15

Text Example


Text Example

White with #C2DD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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