Html Css Color HEX #AFF510 Inch Worm

📋 copy color: '#AFF510'

red 175 ◦ green 245 ◦ blue 16

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

Shades of Inch Worm #AFF510

Tints of Inch Worm #AFF510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.67%

R = 40.14%
G = 56.19%
B = 3.67%

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

#AFF510 (or 0xAFF510) is known color: Inch Worm. HEX triplet: AF, F5 and 10. RGB value is (175,245,16). Sum of RGB (Red+Green+Blue) = 175+245+16=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 245 (96.09% from 255 or 56.19% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF510 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF510 is #500AEF. Grayscale: #C6C6C6. Windows color (decimal): -5245680 or 1111471. OLE color: 1111471.

HSL color Cylindrical-coordinate representation of color #AFF510: hue angle of 78.34º 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 #AFF510 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 245 16 -
CMYK 0.29 0 0.93 0.04
HSL 78.34º 0.92% 0.51% -
HSV(B) 78.34º 0.93% 0.96% -
XYZ 50.43 74.46 12.2 -
YUV 197.96 25.31 111.62 -
System Red Green Blue C M Y K H S L
Decimal 175 245 16 0.29 0 0.93 0.04 78.34 0.92 0.51
Hex AF F5 10 1D 0 5D 4 4E 5C 33
Octal 257 365 20 35 0 135 4 116 134 63
Binary 10101111 11110101 10000 11101 0 1011101 100 1001110 1011100 110011

Color Harmonies of #AFF510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF510

Black with #AFF510

Text Example


Text Example

White with #AFF510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF510; }

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

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

background-color css

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

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

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

border-color css

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

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

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