Html Css Color HEX #AFF515 Inch Worm

📋 copy color: '#AFF515'

red 175 ◦ green 245 ◦ blue 21

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

Shades of Inch Worm #AFF515

Tints of Inch Worm #AFF515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.76%

R = 39.68%
G = 55.56%
B = 4.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#AFF515 (or 0xAFF515) is known color: Inch Worm. HEX triplet: AF, F5 and 15. RGB value is (175,245,21). Sum of RGB (Red+Green+Blue) = 175+245+21=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 245 (96.09% from 255 or 55.56% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF515 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF515 is #500AEA. Grayscale: #C7C7C7. Windows color (decimal): -5245675 or 1439151. OLE color: 1439151.

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

Color convert

RGB 175 245 21 -
CMYK 0.29 0 0.91 0.04
HSL 78.75º 0.92% 0.52% -
HSV(B) 78.75º 0.91% 0.96% -
XYZ 50.47 74.47 12.42 -
YUV 198.53 27.81 111.21 -
System Red Green Blue C M Y K H S L
Decimal 175 245 21 0.29 0 0.91 0.04 78.75 0.92 0.52
Hex AF F5 15 1D 0 5B 4 4F 5C 34
Octal 257 365 25 35 0 133 4 117 134 64
Binary 10101111 11110101 10101 11101 0 1011011 100 1001111 1011100 110100

Color Harmonies of #AFF515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF515

Black with #AFF515

Text Example


Text Example

White with #AFF515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF515; }

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

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

background-color css

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

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

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

border-color css

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

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

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