Html Css Color HEX #AFEA28 Inch Worm

📋 copy color: '#AFEA28'

red 175 ◦ green 234 ◦ blue 40

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

Shades of Inch Worm #AFEA28

Tints of Inch Worm #AFEA28

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.12%

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

R = 38.98%
G = 52.12%
B = 8.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#AFEA28 (or 0xAFEA28) is known color: Inch Worm. HEX triplet: AF, EA and 28. RGB value is (175,234,40). Sum of RGB (Red+Green+Blue) = 175+234+40=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 40 (16.02% from 255 or 8.91% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEA28 is #5015D7. Grayscale: #C2C2C2. Windows color (decimal): -5248472 or 2681519. OLE color: 2681519.

HSL color Cylindrical-coordinate representation of color #AFEA28: hue angle of 78.25º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFEA28 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 40 -
CMYK 0.25 0 0.83 0.08
HSL 78.25º 0.82% 0.54% -
HSV(B) 78.25º 0.83% 0.92% -
XYZ 47.49 68.11 12.65 -
YUV 194.24 40.95 114.27 -
System Red Green Blue C M Y K H S L
Decimal 175 234 40 0.25 0 0.83 0.08 78.25 0.82 0.54
Hex AF EA 28 19 0 53 8 4E 52 36
Octal 257 352 50 31 0 123 10 116 122 66
Binary 10101111 11101010 101000 11001 0 1010011 1000 1001110 1010010 110110

Color Harmonies of #AFEA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA28

Black with #AFEA28

Text Example


Text Example

White with #AFEA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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