Html Css Color HEX #AFE302 Inch Worm

📋 copy color: '#AFE302'

red 175 ◦ green 227 ◦ blue 2

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

Shades of Inch Worm #AFE302

Tints of Inch Worm #AFE302

RGB

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

 GREEN value IS 227 (89.06% from 255) = 56.19%

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 43.32%
G = 56.19%
B = 0.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#AFE302 (or 0xAFE302) is known color: Inch Worm. HEX triplet: AF, E3 and 02. RGB value is (175,227,2). Sum of RGB (Red+Green+Blue) = 175+227+2=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 227 (89.06% from 255 or 56.19% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE302 is #501CFD. Grayscale: #BABABA. Windows color (decimal): -5250302 or 189359. OLE color: 189359.

HSL color Cylindrical-coordinate representation of color #AFE302: hue angle of 73.87º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFE302 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 2 -
CMYK 0.23 0 0.99 0.11
HSL 73.87º 0.98% 0.45% -
HSV(B) 73.87º 0.99% 0.89% -
XYZ 45.16 64.06 10.04 -
YUV 185.8 24.27 120.3 -
System Red Green Blue C M Y K H S L
Decimal 175 227 2 0.23 0 0.99 0.11 73.87 0.98 0.45
Hex AF E3 2 17 0 63 B 4A 62 2D
Octal 257 343 2 27 0 143 13 112 142 55
Binary 10101111 11100011 10 10111 0 1100011 1011 1001010 1100010 101101

Color Harmonies of #AFE302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE302

Black with #AFE302

Text Example


Text Example

White with #AFE302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE302; }

 p { color: rgb(175,227,2); }

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

background-color css

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

 a { background-color: rgb(175,227,2); }

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

border-color css

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

 span { border-color: rgb(175,227,2); }

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