Html Css Color HEX #C5DC0B Inch Worm

📋 copy color: '#C5DC0B'

red 197 ◦ green 220 ◦ blue 11

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

Shades of Inch Worm #C5DC0B

Tints of Inch Worm #C5DC0B

RGB

 RED value IS 197 (77.34% from 255) = 46.03%

 GREEN value IS 220 (86.33% from 255) = 51.4%

 BLUE value IS 11 (4.69% from 255) = 2.57%

R = 46.03%
G = 51.4%
B = 2.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#C5DC0B (or 0xC5DC0B) is known color: Inch Worm. HEX triplet: C5, DC and 0B. RGB value is (197,220,11). Sum of RGB (Red+Green+Blue) = 197+220+11=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DC0B is #3A23F4. Grayscale: #BEBEBE. Windows color (decimal): -3810293 or 777413. OLE color: 777413.

HSL color Cylindrical-coordinate representation of color #C5DC0B: hue angle of 66.6º degrees, saturation: 0.9, 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 #C5DC0B is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 220 11 -
CMYK 0.10 0 0.95 0.14
HSL 66.6º 0.9% 0.45% -
HSV(B) 66.6º 0.95% 0.86% -
XYZ 48.68 63.08 9.93 -
YUV 189.3 27.38 133.49 -
System Red Green Blue C M Y K H S L
Decimal 197 220 11 0.10 0 0.95 0.14 66.6 0.9 0.45
Hex C5 DC B A 0 5F E 43 5A 2D
Octal 305 334 13 12 0 137 16 103 132 55
Binary 11000101 11011100 1011 1010 0 1011111 1110 1000011 1011010 101101

Color Harmonies of #C5DC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DC0B

Black with #C5DC0B

Text Example


Text Example

White with #C5DC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DC0B; }

 p { color: rgb(197,220,11); }

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

background-color css

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

 a { background-color: rgb(197,220,11); }

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

border-color css

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

 span { border-color: rgb(197,220,11); }

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