Html Css Color HEX #AFE300 Inch Worm

📋 copy color: '#AFE300'

red 175 ◦ green 227 ◦ blue 0

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

Shades of Inch Worm #AFE300

Tints of Inch Worm #AFE300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.53%
G = 56.47%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#AFE300 (or 0xAFE300) is known color: Inch Worm. HEX triplet: AF, E3 and 00. RGB value is (175,227,0). Sum of RGB (Red+Green+Blue) = 175+227+0=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 227 (89.06% from 255 or 56.47% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE300 is #501CFF. Grayscale: #BABABA. Windows color (decimal): -5250304 or 58287. OLE color: 58287.

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

Color convert

RGB 175 227 0 -
CMYK 0.23 0 1 0.11
HSL 73.74º 1% 0.45% -
HSV(B) 73.74º 1% 0.89% -
XYZ 45.15 64.05 9.98 -
YUV 185.57 23.27 120.46 -
System Red Green Blue C M Y K H S L
Decimal 175 227 0 0.23 0 1 0.11 73.74 1 0.45
Hex AF E3 0 17 0 64 B 4A 64 2D
Octal 257 343 0 27 0 144 13 112 144 55
Binary 10101111 11100011 0 10111 0 1100100 1011 1001010 1100100 101101

Color Harmonies of #AFE300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE300

Black with #AFE300

Text Example


Text Example

White with #AFE300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE300; }

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

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

background-color css

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

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

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

border-color css

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

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

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