Html Css Color HEX #AFDF28 Inch Worm

📋 copy color: '#AFDF28'

red 175 ◦ green 223 ◦ blue 40

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

Shades of Inch Worm #AFDF28

Tints of Inch Worm #AFDF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.13%

R = 39.95%
G = 50.91%
B = 9.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#AFDF28 (or 0xAFDF28) is known color: Inch Worm. HEX triplet: AF, DF and 28. RGB value is (175,223,40). Sum of RGB (Red+Green+Blue) = 175+223+40=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF28 is #5020D7. Grayscale: #BCBCBC. Windows color (decimal): -5251288 or 2678703. OLE color: 2678703.

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

Color convert

RGB 175 223 40 -
CMYK 0.22 0 0.82 0.13
HSL 75.74º 0.74% 0.52% -
HSV(B) 75.74º 0.82% 0.87% -
XYZ 44.45 62.04 11.64 -
YUV 187.79 44.6 118.88 -
System Red Green Blue C M Y K H S L
Decimal 175 223 40 0.22 0 0.82 0.13 75.74 0.74 0.52
Hex AF DF 28 16 0 52 D 4C 4A 34
Octal 257 337 50 26 0 122 15 114 112 64
Binary 10101111 11011111 101000 10110 0 1010010 1101 1001100 1001010 110100

Color Harmonies of #AFDF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF28

Black with #AFDF28

Text Example


Text Example

White with #AFDF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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