Html Css Color HEX #AFDA04 Inch Worm

📋 copy color: '#AFDA04'

red 175 ◦ green 218 ◦ blue 4

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

Shades of Inch Worm #AFDA04

Tints of Inch Worm #AFDA04

RGB

 RED value IS 175 (68.75% from 255) = 44.08%

 GREEN value IS 218 (85.55% from 255) = 54.91%

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 44.08%
G = 54.91%
B = 1.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#AFDA04 (or 0xAFDA04) is known color: Inch Worm. HEX triplet: AF, DA and 04. RGB value is (175,218,4). Sum of RGB (Red+Green+Blue) = 175+218+4=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 4 (1.95% from 255 or 1.01% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDA04 is #5025FB. Grayscale: #B5B5B5. Windows color (decimal): -5252604 or 318127. OLE color: 318127.

HSL color Cylindrical-coordinate representation of color #AFDA04: hue angle of 72.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFDA04 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 4 -
CMYK 0.20 0 0.98 0.15
HSL 72.06º 0.96% 0.44% -
HSV(B) 72.06º 0.98% 0.85% -
XYZ 42.77 59.27 9.3 -
YUV 180.75 28.25 123.9 -
System Red Green Blue C M Y K H S L
Decimal 175 218 4 0.20 0 0.98 0.15 72.06 0.96 0.44
Hex AF DA 4 14 0 62 F 48 60 2C
Octal 257 332 4 24 0 142 17 110 140 54
Binary 10101111 11011010 100 10100 0 1100010 1111 1001000 1100000 101100

Color Harmonies of #AFDA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA04

Black with #AFDA04

Text Example


Text Example

White with #AFDA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA04; }

 p { color: rgb(175,218,4); }

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

background-color css

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

 a { background-color: rgb(175,218,4); }

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

border-color css

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

 span { border-color: rgb(175,218,4); }

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