Html Css Color HEX #AFE523 Inch Worm

📋 copy color: '#AFE523'

red 175 ◦ green 229 ◦ blue 35

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

Shades of Inch Worm #AFE523

Tints of Inch Worm #AFE523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.97%

R = 39.86%
G = 52.16%
B = 7.97%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#AFE523 (or 0xAFE523) is known color: Inch Worm. HEX triplet: AF, E5 and 23. RGB value is (175,229,35). Sum of RGB (Red+Green+Blue) = 175+229+35=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 229 (89.84% from 255 or 52.16% from 439); Blue value is 35 (14.06% from 255 or 7.97% from 439); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE523 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE523 is #501ADC. Grayscale: #BFBFBF. Windows color (decimal): -5249757 or 2352559. OLE color: 2352559.

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

Color convert

RGB 175 229 35 -
CMYK 0.24 0 0.85 0.10
HSL 76.7º 0.79% 0.52% -
HSV(B) 76.7º 0.85% 0.9% -
XYZ 46 65.27 11.76 -
YUV 190.74 40.11 116.77 -
System Red Green Blue C M Y K H S L
Decimal 175 229 35 0.24 0 0.85 0.10 76.7 0.79 0.52
Hex AF E5 23 18 0 55 A 4D 4F 34
Octal 257 345 43 30 0 125 12 115 117 64
Binary 10101111 11100101 100011 11000 0 1010101 1010 1001101 1001111 110100

Color Harmonies of #AFE523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE523

Black with #AFE523

Text Example


Text Example

White with #AFE523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE523; }

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

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

background-color css

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

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

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

border-color css

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

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

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