Html Css Color HEX #C2D80D Inch Worm

📋 copy color: '#C2D80D'

red 194 ◦ green 216 ◦ blue 13

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

Shades of Inch Worm #C2D80D

Tints of Inch Worm #C2D80D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.06%

 BLUE value IS 13 (5.47% from 255) = 3.07%

R = 45.86%
G = 51.06%
B = 3.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#C2D80D (or 0xC2D80D) is known color: Inch Worm. HEX triplet: C2, D8 and 0D. RGB value is (194,216,13). Sum of RGB (Red+Green+Blue) = 194+216+13=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 216 (84.77% from 255 or 51.06% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D80D is #3D27F2. Grayscale: #BBBBBB. Windows color (decimal): -4007923 or 907458. OLE color: 907458.

HSL color Cylindrical-coordinate representation of color #C2D80D: hue angle of 66.5º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2D80D is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 216 13 -
CMYK 0.10 0 0.94 0.15
HSL 66.5º 0.89% 0.45% -
HSV(B) 66.5º 0.94% 0.85% -
XYZ 46.88 60.61 9.61 -
YUV 186.28 30.21 133.51 -
System Red Green Blue C M Y K H S L
Decimal 194 216 13 0.10 0 0.94 0.15 66.5 0.89 0.45
Hex C2 D8 D A 0 5E F 43 59 2D
Octal 302 330 15 12 0 136 17 103 131 55
Binary 11000010 11011000 1101 1010 0 1011110 1111 1000011 1011001 101101

Color Harmonies of #C2D80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D80D

Black with #C2D80D

Text Example


Text Example

White with #C2D80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D80D; }

 p { color: rgb(194,216,13); }

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

background-color css

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

 a { background-color: rgb(194,216,13); }

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

border-color css

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

 span { border-color: rgb(194,216,13); }

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