Html Css Color HEX #AFE825 Inch Worm

📋 copy color: '#AFE825'

red 175 ◦ green 232 ◦ blue 37

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

Shades of Inch Worm #AFE825

Tints of Inch Worm #AFE825

RGB

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

 GREEN value IS 232 (91.02% from 255) = 52.25%

 BLUE value IS 37 (14.84% from 255) = 8.33%

R = 39.41%
G = 52.25%
B = 8.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#AFE825 (or 0xAFE825) is known color: Inch Worm. HEX triplet: AF, E8 and 25. RGB value is (175,232,37). Sum of RGB (Red+Green+Blue) = 175+232+37=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 232 (91.02% from 255 or 52.25% from 444); Blue value is 37 (14.84% from 255 or 8.33% from 444); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE825 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE825 is #5017DA. Grayscale: #C1C1C1. Windows color (decimal): -5248987 or 2484399. OLE color: 2484399.

HSL color Cylindrical-coordinate representation of color #AFE825: hue angle of 77.54º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFE825 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 37 -
CMYK 0.25 0 0.84 0.09
HSL 77.54º 0.81% 0.53% -
HSV(B) 77.54º 0.84% 0.91% -
XYZ 46.87 66.96 12.2 -
YUV 192.73 40.12 115.36 -
System Red Green Blue C M Y K H S L
Decimal 175 232 37 0.25 0 0.84 0.09 77.54 0.81 0.53
Hex AF E8 25 19 0 54 9 4E 51 35
Octal 257 350 45 31 0 124 11 116 121 65
Binary 10101111 11101000 100101 11001 0 1010100 1001 1001110 1010001 110101

Color Harmonies of #AFE825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE825

Black with #AFE825

Text Example


Text Example

White with #AFE825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE825; }

 p { color: rgb(175,232,37); }

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

background-color css

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

 a { background-color: rgb(175,232,37); }

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

border-color css

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

 span { border-color: rgb(175,232,37); }

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