Html Css Color HEX #C2DA15 Inch Worm

📋 copy color: '#C2DA15'

red 194 ◦ green 218 ◦ blue 21

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

Shades of Inch Worm #C2DA15

Tints of Inch Worm #C2DA15

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.35%

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

R = 44.8%
G = 50.35%
B = 4.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#C2DA15 (or 0xC2DA15) is known color: Inch Worm. HEX triplet: C2, DA and 15. RGB value is (194,218,21). Sum of RGB (Red+Green+Blue) = 194+218+21=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DA15 is #3D25EA. Grayscale: #BDBDBD. Windows color (decimal): -4007403 or 1432258. OLE color: 1432258.

HSL color Cylindrical-coordinate representation of color #C2DA15: hue angle of 67.31º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2DA15 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 218 21 -
CMYK 0.11 0 0.90 0.15
HSL 67.31º 0.82% 0.47% -
HSV(B) 67.31º 0.9% 0.85% -
XYZ 47.45 61.67 10.11 -
YUV 188.37 33.55 132.02 -
System Red Green Blue C M Y K H S L
Decimal 194 218 21 0.11 0 0.90 0.15 67.31 0.82 0.47
Hex C2 DA 15 B 0 5A F 43 52 2F
Octal 302 332 25 13 0 132 17 103 122 57
Binary 11000010 11011010 10101 1011 0 1011010 1111 1000011 1010010 101111

Color Harmonies of #C2DA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DA15

Black with #C2DA15

Text Example


Text Example

White with #C2DA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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