Html Css Color HEX #AFDF24 Inch Worm

📋 copy color: '#AFDF24'

red 175 ◦ green 223 ◦ blue 36

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

Shades of Inch Worm #AFDF24

Tints of Inch Worm #AFDF24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.29%

R = 40.32%
G = 51.38%
B = 8.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#AFDF24 (or 0xAFDF24) is known color: Inch Worm. HEX triplet: AF, DF and 24. RGB value is (175,223,36). Sum of RGB (Red+Green+Blue) = 175+223+36=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF24 is #5020DB. Grayscale: #BCBCBC. Windows color (decimal): -5251292 or 2416559. OLE color: 2416559.

HSL color Cylindrical-coordinate representation of color #AFDF24: hue angle of 75.4º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFDF24 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 36 -
CMYK 0.22 0 0.84 0.13
HSL 75.4º 0.75% 0.51% -
HSV(B) 75.4º 0.84% 0.87% -
XYZ 44.39 62.02 11.3 -
YUV 187.33 42.6 119.21 -
System Red Green Blue C M Y K H S L
Decimal 175 223 36 0.22 0 0.84 0.13 75.4 0.75 0.51
Hex AF DF 24 16 0 54 D 4B 4B 33
Octal 257 337 44 26 0 124 15 113 113 63
Binary 10101111 11011111 100100 10110 0 1010100 1101 1001011 1001011 110011

Color Harmonies of #AFDF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF24

Black with #AFDF24

Text Example


Text Example

White with #AFDF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF24; }

 p { color: rgb(175,223,36); }

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

background-color css

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

 a { background-color: rgb(175,223,36); }

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

border-color css

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

 span { border-color: rgb(175,223,36); }

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