Html Css Color HEX #C2DB14 Inch Worm

📋 copy color: '#C2DB14'

red 194 ◦ green 219 ◦ blue 20

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

Shades of Inch Worm #C2DB14

Tints of Inch Worm #C2DB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.62%

R = 44.8%
G = 50.58%
B = 4.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#C2DB14 (or 0xC2DB14) is known color: Inch Worm. HEX triplet: C2, DB and 14. RGB value is (194,219,20). Sum of RGB (Red+Green+Blue) = 194+219+20=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DB14 is #3D24EB. Grayscale: #BDBDBD. Windows color (decimal): -4007148 or 1366978. OLE color: 1366978.

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

Color convert

RGB 194 219 20 -
CMYK 0.11 0 0.91 0.14
HSL 67.54º 0.83% 0.47% -
HSV(B) 67.54º 0.91% 0.86% -
XYZ 47.71 62.18 10.15 -
YUV 188.84 32.72 131.68 -
System Red Green Blue C M Y K H S L
Decimal 194 219 20 0.11 0 0.91 0.14 67.54 0.83 0.47
Hex C2 DB 14 B 0 5B E 44 53 2F
Octal 302 333 24 13 0 133 16 104 123 57
Binary 11000010 11011011 10100 1011 0 1011011 1110 1000100 1010011 101111

Color Harmonies of #C2DB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DB14

Black with #C2DB14

Text Example


Text Example

White with #C2DB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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