Html Css Color HEX #AFE307 Inch Worm

📋 copy color: '#AFE307'

red 175 ◦ green 227 ◦ blue 7

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

Shades of Inch Worm #AFE307

Tints of Inch Worm #AFE307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.71%

R = 42.79%
G = 55.5%
B = 1.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#AFE307 (or 0xAFE307) is known color: Inch Worm. HEX triplet: AF, E3 and 07. RGB value is (175,227,7). Sum of RGB (Red+Green+Blue) = 175+227+7=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 227 (89.06% from 255 or 55.50% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE307 is #501CF8. Grayscale: #BBBBBB. Windows color (decimal): -5250297 or 517039. OLE color: 517039.

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

Color convert

RGB 175 227 7 -
CMYK 0.23 0 0.97 0.11
HSL 74.18º 0.94% 0.46% -
HSV(B) 74.18º 0.97% 0.89% -
XYZ 45.19 64.07 10.19 -
YUV 186.37 26.77 119.89 -
System Red Green Blue C M Y K H S L
Decimal 175 227 7 0.23 0 0.97 0.11 74.18 0.94 0.46
Hex AF E3 7 17 0 61 B 4A 5E 2E
Octal 257 343 7 27 0 141 13 112 136 56
Binary 10101111 11100011 111 10111 0 1100001 1011 1001010 1011110 101110

Color Harmonies of #AFE307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE307

Black with #AFE307

Text Example


Text Example

White with #AFE307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE307; }

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

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

background-color css

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

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

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

border-color css

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

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

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