Html Css Color HEX #AFF511 Inch Worm

📋 copy color: '#AFF511'

red 175 ◦ green 245 ◦ blue 17

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

Shades of Inch Worm #AFF511

Tints of Inch Worm #AFF511

RGB

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

 GREEN value IS 245 (96.09% from 255) = 56.06%

 BLUE value IS 17 (7.03% from 255) = 3.89%

R = 40.05%
G = 56.06%
B = 3.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#AFF511 (or 0xAFF511) is known color: Inch Worm. HEX triplet: AF, F5 and 11. RGB value is (175,245,17). Sum of RGB (Red+Green+Blue) = 175+245+17=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 245 (96.09% from 255 or 56.06% from 437); Blue value is 17 (7.03% from 255 or 3.89% from 437); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF511 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF511 is #500AEE. Grayscale: #C6C6C6. Windows color (decimal): -5245679 or 1177007. OLE color: 1177007.

HSL color Cylindrical-coordinate representation of color #AFF511: hue angle of 78.42º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFF511 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 245 17 -
CMYK 0.29 0 0.93 0.04
HSL 78.42º 0.92% 0.51% -
HSV(B) 78.42º 0.93% 0.96% -
XYZ 50.43 74.46 12.24 -
YUV 198.08 25.81 111.54 -
System Red Green Blue C M Y K H S L
Decimal 175 245 17 0.29 0 0.93 0.04 78.42 0.92 0.51
Hex AF F5 11 1D 0 5D 4 4E 5C 33
Octal 257 365 21 35 0 135 4 116 134 63
Binary 10101111 11110101 10001 11101 0 1011101 100 1001110 1011100 110011

Color Harmonies of #AFF511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF511

Black with #AFF511

Text Example


Text Example

White with #AFF511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF511; }

 p { color: rgb(175,245,17); }

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

background-color css

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

 a { background-color: rgb(175,245,17); }

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

border-color css

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

 span { border-color: rgb(175,245,17); }

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