Html Css Color HEX #AFF324 Green Yellow

📋 copy color: '#AFF324'

red 175 ◦ green 243 ◦ blue 36

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

Shades of Green Yellow #AFF324

Tints of Green Yellow #AFF324

RGB

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

 GREEN value IS 243 (95.31% from 255) = 53.52%

 BLUE value IS 36 (14.45% from 255) = 7.93%

R = 38.55%
G = 53.52%
B = 7.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#AFF324 (or 0xAFF324) is known color: Green Yellow. HEX triplet: AF, F3 and 24. RGB value is (175,243,36). Sum of RGB (Red+Green+Blue) = 175+243+36=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 243 (95.31% from 255 or 53.52% from 454); Blue value is 36 (14.45% from 255 or 7.93% from 454); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF324 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF324 is #500CDB. Grayscale: #C7C7C7. Windows color (decimal): -5246172 or 2421679. OLE color: 2421679.

HSL color Cylindrical-coordinate representation of color #AFF324: hue angle of 79.71º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFF324 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 243 36 -
CMYK 0.28 0 0.85 0.05
HSL 79.71º 0.9% 0.55% -
HSV(B) 79.71º 0.85% 0.95% -
XYZ 50.05 73.34 13.19 -
YUV 199.07 35.97 110.83 -
System Red Green Blue C M Y K H S L
Decimal 175 243 36 0.28 0 0.85 0.05 79.71 0.9 0.55
Hex AF F3 24 1C 0 55 5 50 5A 37
Octal 257 363 44 34 0 125 5 120 132 67
Binary 10101111 11110011 100100 11100 0 1010101 101 1010000 1011010 110111

Color Harmonies of #AFF324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF324

Black with #AFF324

Text Example


Text Example

White with #AFF324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF324; }

 p { color: rgb(175,243,36); }

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

background-color css

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

 a { background-color: rgb(175,243,36); }

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

border-color css

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

 span { border-color: rgb(175,243,36); }

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