Html Css Color HEX #AFF535 Green Yellow

📋 copy color: '#AFF535'

red 175 ◦ green 245 ◦ blue 53

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

Shades of Green Yellow #AFF535

Tints of Green Yellow #AFF535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.21%

R = 37%
G = 51.8%
B = 11.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#AFF535 (or 0xAFF535) is known color: Green Yellow. HEX triplet: AF, F5 and 35. RGB value is (175,245,53). Sum of RGB (Red+Green+Blue) = 175+245+53=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 245 (96.09% from 255 or 51.80% from 473); Blue value is 53 (21.09% from 255 or 11.21% from 473); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF535 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF535 is #500ACA. Grayscale: #CACACA. Windows color (decimal): -5245643 or 3536303. OLE color: 3536303.

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

Color convert

RGB 175 245 53 -
CMYK 0.29 0 0.78 0.04
HSL 81.87º 0.91% 0.58% -
HSV(B) 81.87º 0.78% 0.96% -
XYZ 50.97 74.68 15.1 -
YUV 202.18 43.81 108.61 -
System Red Green Blue C M Y K H S L
Decimal 175 245 53 0.29 0 0.78 0.04 81.87 0.91 0.58
Hex AF F5 35 1D 0 4E 4 52 5B 3A
Octal 257 365 65 35 0 116 4 122 133 72
Binary 10101111 11110101 110101 11101 0 1001110 100 1010010 1011011 111010

Color Harmonies of #AFF535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF535

Black with #AFF535

Text Example


Text Example

White with #AFF535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF535; }

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

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

background-color css

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

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

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

border-color css

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

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

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