Html Css Color HEX #AFF232 Green Yellow

📋 copy color: '#AFF232'

red 175 ◦ green 242 ◦ blue 50

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

Shades of Green Yellow #AFF232

Tints of Green Yellow #AFF232

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.82%

 BLUE value IS 50 (19.92% from 255) = 10.71%

R = 37.47%
G = 51.82%
B = 10.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#AFF232 (or 0xAFF232) is known color: Green Yellow. HEX triplet: AF, F2 and 32. RGB value is (175,242,50). Sum of RGB (Red+Green+Blue) = 175+242+50=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 242 (94.92% from 255 or 51.82% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF232 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF232 is #500DCD. Grayscale: #C8C8C8. Windows color (decimal): -5246414 or 3338927. OLE color: 3338927.

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

Color convert

RGB 175 242 50 -
CMYK 0.28 0 0.79 0.05
HSL 80.94º 0.88% 0.57% -
HSV(B) 80.94º 0.79% 0.95% -
XYZ 50.01 72.85 14.44 -
YUV 200.08 43.3 110.11 -
System Red Green Blue C M Y K H S L
Decimal 175 242 50 0.28 0 0.79 0.05 80.94 0.88 0.57
Hex AF F2 32 1C 0 4F 5 51 58 39
Octal 257 362 62 34 0 117 5 121 130 71
Binary 10101111 11110010 110010 11100 0 1001111 101 1010001 1011000 111001

Color Harmonies of #AFF232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF232

Black with #AFF232

Text Example


Text Example

White with #AFF232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF232; }

 p { color: rgb(175,242,50); }

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

background-color css

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

 a { background-color: rgb(175,242,50); }

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

border-color css

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

 span { border-color: rgb(175,242,50); }

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