Html Css Color HEX #C5DF05 Inch Worm

📋 copy color: '#C5DF05'

red 197 ◦ green 223 ◦ blue 5

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

Shades of Inch Worm #C5DF05

Tints of Inch Worm #C5DF05

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.47%

 BLUE value IS 5 (2.34% from 255) = 1.18%

R = 46.35%
G = 52.47%
B = 1.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#C5DF05 (or 0xC5DF05) is known color: Inch Worm. HEX triplet: C5, DF and 05. RGB value is (197,223,5). Sum of RGB (Red+Green+Blue) = 197+223+5=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 5 (2.34% from 255 or 1.18% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DF05 is #3A20FA. Grayscale: #BFBFBF. Windows color (decimal): -3809531 or 384965. OLE color: 384965.

HSL color Cylindrical-coordinate representation of color #C5DF05: hue angle of 67.16º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5DF05 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 223 5 -
CMYK 0.12 0 0.98 0.13
HSL 67.16º 0.96% 0.45% -
HSV(B) 67.16º 0.98% 0.87% -
XYZ 49.44 64.66 10.02 -
YUV 190.37 23.39 132.73 -
System Red Green Blue C M Y K H S L
Decimal 197 223 5 0.12 0 0.98 0.13 67.16 0.96 0.45
Hex C5 DF 5 C 0 62 D 43 60 2D
Octal 305 337 5 14 0 142 15 103 140 55
Binary 11000101 11011111 101 1100 0 1100010 1101 1000011 1100000 101101

Color Harmonies of #C5DF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DF05

Black with #C5DF05

Text Example


Text Example

White with #C5DF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DF05; }

 p { color: rgb(197,223,5); }

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

background-color css

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

 a { background-color: rgb(197,223,5); }

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

border-color css

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

 span { border-color: rgb(197,223,5); }

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