Html Css Color HEX #AFE527 Inch Worm

📋 copy color: '#AFE527'

red 175 ◦ green 229 ◦ blue 39

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

Shades of Inch Worm #AFE527

Tints of Inch Worm #AFE527

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.69%

 BLUE value IS 39 (15.63% from 255) = 8.8%

R = 39.5%
G = 51.69%
B = 8.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#AFE527 (or 0xAFE527) is known color: Inch Worm. HEX triplet: AF, E5 and 27. RGB value is (175,229,39). Sum of RGB (Red+Green+Blue) = 175+229+39=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 229 (89.84% from 255 or 51.69% from 443); Blue value is 39 (15.62% from 255 or 8.80% from 443); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE527 is #501AD8. Grayscale: #BFBFBF. Windows color (decimal): -5249753 or 2614703. OLE color: 2614703.

HSL color Cylindrical-coordinate representation of color #AFE527: hue angle of 77.05º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFE527 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 39 -
CMYK 0.24 0 0.83 0.10
HSL 77.05º 0.79% 0.53% -
HSV(B) 77.05º 0.83% 0.9% -
XYZ 46.06 65.3 12.1 -
YUV 191.19 42.11 116.45 -
System Red Green Blue C M Y K H S L
Decimal 175 229 39 0.24 0 0.83 0.10 77.05 0.79 0.53
Hex AF E5 27 18 0 53 A 4D 4F 35
Octal 257 345 47 30 0 123 12 115 117 65
Binary 10101111 11100101 100111 11000 0 1010011 1010 1001101 1001111 110101

Color Harmonies of #AFE527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE527

Black with #AFE527

Text Example


Text Example

White with #AFE527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE527; }

 p { color: rgb(175,229,39); }

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

background-color css

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

 a { background-color: rgb(175,229,39); }

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

border-color css

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

 span { border-color: rgb(175,229,39); }

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