Html Css Color HEX #AFFF30 Green Yellow

📋 copy color: '#AFFF30'

red 175 ◦ green 255 ◦ blue 48

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

Shades of Green Yellow #AFFF30

Tints of Green Yellow #AFFF30

RGB

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

 GREEN value IS 255 (100% from 255) = 53.35%

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

R = 36.61%
G = 53.35%
B = 10.04%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#AFFF30 (or 0xAFFF30) is known color: Green Yellow. HEX triplet: AF, FF and 30. RGB value is (175,255,48). Sum of RGB (Red+Green+Blue) = 175+255+48=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 48 (19.14% from 255 or 10.04% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF30 is #5000CF. Grayscale: #D0D0D0. Windows color (decimal): -5243088 or 3211183. OLE color: 3211183.

HSL color Cylindrical-coordinate representation of color #AFFF30: hue angle of 83.19º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFFF30 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 48 -
CMYK 0.31 0 0.81 0
HSL 83.19º 1% 0.59% -
HSV(B) 83.19º 0.81% 1% -
XYZ 53.97 80.85 15.56 -
YUV 207.48 38 104.83 -
System Red Green Blue C M Y K H S L
Decimal 175 255 48 0.31 0 0.81 0 83.19 1 0.59
Hex AF FF 30 1F 0 51 0 53 64 3B
Octal 257 377 60 37 0 121 0 123 144 73
Binary 10101111 11111111 110000 11111 0 1010001 0 1010011 1100100 111011

Color Harmonies of #AFFF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF30

Black with #AFFF30

Text Example


Text Example

White with #AFFF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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