Html Css Color HEX #C2DB0A Inch Worm

📋 copy color: '#C2DB0A'

red 194 ◦ green 219 ◦ blue 10

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

Shades of Inch Worm #C2DB0A

Tints of Inch Worm #C2DB0A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.77%

 BLUE value IS 10 (4.3% from 255) = 2.36%

R = 45.86%
G = 51.77%
B = 2.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#C2DB0A (or 0xC2DB0A) is known color: Inch Worm. HEX triplet: C2, DB and 0A. RGB value is (194,219,10). Sum of RGB (Red+Green+Blue) = 194+219+10=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DB0A is #3D24F5. Grayscale: #BCBCBC. Windows color (decimal): -4007158 or 711618. OLE color: 711618.

HSL color Cylindrical-coordinate representation of color #C2DB0A: hue angle of 67.18º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2DB0A is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 219 10 -
CMYK 0.11 0 0.95 0.14
HSL 67.18º 0.91% 0.45% -
HSV(B) 67.18º 0.95% 0.86% -
XYZ 47.63 62.15 9.77 -
YUV 187.7 27.72 132.49 -
System Red Green Blue C M Y K H S L
Decimal 194 219 10 0.11 0 0.95 0.14 67.18 0.91 0.45
Hex C2 DB A B 0 5F E 43 5B 2D
Octal 302 333 12 13 0 137 16 103 133 55
Binary 11000010 11011011 1010 1011 0 1011111 1110 1000011 1011011 101101

Color Harmonies of #C2DB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DB0A

Black with #C2DB0A

Text Example


Text Example

White with #C2DB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DB0A; }

 p { color: rgb(194,219,10); }

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

background-color css

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

 a { background-color: rgb(194,219,10); }

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

border-color css

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

 span { border-color: rgb(194,219,10); }

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