Html Css Color HEX #AFF830 Green Yellow

📋 copy color: '#AFF830'

red 175 ◦ green 248 ◦ blue 48

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

Shades of Green Yellow #AFF830

Tints of Green Yellow #AFF830

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.65%

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

R = 37.15%
G = 52.65%
B = 10.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#AFF830 (or 0xAFF830) is known color: Green Yellow. HEX triplet: AF, F8 and 30. RGB value is (175,248,48). Sum of RGB (Red+Green+Blue) = 175+248+48=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 248 (97.27% from 255 or 52.65% from 471); Blue value is 48 (19.14% from 255 or 10.19% from 471); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF830 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF830 is #5007CF. Grayscale: #CCCCCC. Windows color (decimal): -5244880 or 3209391. OLE color: 3209391.

HSL color Cylindrical-coordinate representation of color #AFF830: hue angle of 81.9º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFF830 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 48 -
CMYK 0.29 0 0.81 0.03
HSL 81.9º 0.93% 0.58% -
HSV(B) 81.9º 0.81% 0.97% -
XYZ 51.78 76.46 14.83 -
YUV 203.37 40.32 107.76 -
System Red Green Blue C M Y K H S L
Decimal 175 248 48 0.29 0 0.81 0.03 81.9 0.93 0.58
Hex AF F8 30 1D 0 51 3 52 5D 3A
Octal 257 370 60 35 0 121 3 122 135 72
Binary 10101111 11111000 110000 11101 0 1010001 11 1010010 1011101 111010

Color Harmonies of #AFF830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF830

Black with #AFF830

Text Example


Text Example

White with #AFF830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF830; }

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

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

background-color css

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

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

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

border-color css

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

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

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