Html Css Color HEX #AFF525 Green Yellow

📋 copy color: '#AFF525'

red 175 ◦ green 245 ◦ blue 37

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

Shades of Green Yellow #AFF525

Tints of Green Yellow #AFF525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.1%

R = 38.29%
G = 53.61%
B = 8.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#AFF525 (or 0xAFF525) is known color: Green Yellow. HEX triplet: AF, F5 and 25. RGB value is (175,245,37). Sum of RGB (Red+Green+Blue) = 175+245+37=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 245 (96.09% from 255 or 53.61% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF525 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF525 is #500ADA. Grayscale: #C9C9C9. Windows color (decimal): -5245659 or 2487727. OLE color: 2487727.

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

Color convert

RGB 175 245 37 -
CMYK 0.29 0 0.85 0.04
HSL 80.19º 0.91% 0.55% -
HSV(B) 80.19º 0.85% 0.96% -
XYZ 50.67 74.55 13.47 -
YUV 200.36 35.81 109.91 -
System Red Green Blue C M Y K H S L
Decimal 175 245 37 0.29 0 0.85 0.04 80.19 0.91 0.55
Hex AF F5 25 1D 0 55 4 50 5B 37
Octal 257 365 45 35 0 125 4 120 133 67
Binary 10101111 11110101 100101 11101 0 1010101 100 1010000 1011011 110111

Color Harmonies of #AFF525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF525

Black with #AFF525

Text Example


Text Example

White with #AFF525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF525; }

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

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

background-color css

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

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

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

border-color css

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

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

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