Html Css Color HEX #AFFF25 Green Yellow

📋 copy color: '#AFFF25'

red 175 ◦ green 255 ◦ blue 37

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

Shades of Green Yellow #AFFF25

Tints of Green Yellow #AFFF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.92%

R = 37.47%
G = 54.6%
B = 7.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#AFFF25 (or 0xAFFF25) is known color: Green Yellow. HEX triplet: AF, FF and 25. RGB value is (175,255,37). Sum of RGB (Red+Green+Blue) = 175+255+37=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 37 (14.84% from 255 or 7.92% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF25 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF25 is #5000DA. Grayscale: #CFCFCF. Windows color (decimal): -5243099 or 2490287. OLE color: 2490287.

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

Color convert

RGB 175 255 37 -
CMYK 0.31 0 0.85 0
HSL 82.02º 1% 0.57% -
HSV(B) 82.02º 0.85% 1% -
XYZ 53.77 80.77 14.51 -
YUV 206.23 32.5 105.73 -
System Red Green Blue C M Y K H S L
Decimal 175 255 37 0.31 0 0.85 0 82.02 1 0.57
Hex AF FF 25 1F 0 55 0 52 64 39
Octal 257 377 45 37 0 125 0 122 144 71
Binary 10101111 11111111 100101 11111 0 1010101 0 1010010 1100100 111001

Color Harmonies of #AFFF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF25

Black with #AFFF25

Text Example


Text Example

White with #AFFF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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