Html Css Color HEX #C1DD14 Inch Worm

📋 copy color: '#C1DD14'

red 193 ◦ green 221 ◦ blue 20

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

Shades of Inch Worm #C1DD14

Tints of Inch Worm #C1DD14

RGB

 RED value IS 193 (75.78% from 255) = 44.47%

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

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

R = 44.47%
G = 50.92%
B = 4.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#C1DD14 (or 0xC1DD14) is known color: Inch Worm. HEX triplet: C1, DD and 14. RGB value is (193,221,20). Sum of RGB (Red+Green+Blue) = 193+221+20=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1DD14 is #3E22EB. Grayscale: #BEBEBE. Windows color (decimal): -4072172 or 1367489. OLE color: 1367489.

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

Color convert

RGB 193 221 20 -
CMYK 0.13 0 0.91 0.13
HSL 68.36º 0.83% 0.47% -
HSV(B) 68.36º 0.91% 0.87% -
XYZ 47.98 63.1 10.31 -
YUV 189.71 32.22 130.34 -
System Red Green Blue C M Y K H S L
Decimal 193 221 20 0.13 0 0.91 0.13 68.36 0.83 0.47
Hex C1 DD 14 D 0 5B D 44 53 2F
Octal 301 335 24 15 0 133 15 104 123 57
Binary 11000001 11011101 10100 1101 0 1011011 1101 1000100 1010011 101111

Color Harmonies of #C1DD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DD14

Black with #C1DD14

Text Example


Text Example

White with #C1DD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DD14; }

 p { color: rgb(193,221,20); }

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

background-color css

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

 a { background-color: rgb(193,221,20); }

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

border-color css

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

 span { border-color: rgb(193,221,20); }

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