Html Css Color HEX #AFF230 Green Yellow

📋 copy color: '#AFF230'

red 175 ◦ green 242 ◦ blue 48

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

Shades of Green Yellow #AFF230

Tints of Green Yellow #AFF230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.32%

R = 37.63%
G = 52.04%
B = 10.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#AFF230 (or 0xAFF230) is known color: Green Yellow. HEX triplet: AF, F2 and 30. RGB value is (175,242,48). Sum of RGB (Red+Green+Blue) = 175+242+48=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 48 (19.14% from 255 or 10.32% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF230 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF230 is #500DCF. Grayscale: #C8C8C8. Windows color (decimal): -5246416 or 3207855. OLE color: 3207855.

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

Color convert

RGB 175 242 48 -
CMYK 0.28 0 0.80 0.05
HSL 80.72º 0.88% 0.57% -
HSV(B) 80.72º 0.8% 0.95% -
XYZ 49.96 72.83 14.22 -
YUV 199.85 42.3 110.27 -
System Red Green Blue C M Y K H S L
Decimal 175 242 48 0.28 0 0.80 0.05 80.72 0.88 0.57
Hex AF F2 30 1C 0 50 5 51 58 39
Octal 257 362 60 34 0 120 5 121 130 71
Binary 10101111 11110010 110000 11100 0 1010000 101 1010001 1011000 111001

Color Harmonies of #AFF230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF230

Black with #AFF230

Text Example


Text Example

White with #AFF230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF230; }

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

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

background-color css

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

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

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

border-color css

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

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

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