Html Css Color HEX #AFFF45 Green Yellow

📋 copy color: '#AFFF45'

red 175 ◦ green 255 ◦ blue 69

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

Shades of Green Yellow #AFFF45

Tints of Green Yellow #AFFF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.83%

R = 35.07%
G = 51.1%
B = 13.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#AFFF45 (or 0xAFFF45) is known color: Green Yellow. HEX triplet: AF, FF and 45. RGB value is (175,255,69). Sum of RGB (Red+Green+Blue) = 175+255+69=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF45 is #5000BA. Grayscale: #D2D2D2. Windows color (decimal): -5243067 or 4587439. OLE color: 4587439.

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

Color convert

RGB 175 255 69 -
CMYK 0.31 0 0.73 0
HSL 85.81º 1% 0.64% -
HSV(B) 85.81º 0.73% 1% -
XYZ 54.51 81.06 18.4 -
YUV 209.88 48.5 103.12 -
System Red Green Blue C M Y K H S L
Decimal 175 255 69 0.31 0 0.73 0 85.81 1 0.64
Hex AF FF 45 1F 0 49 0 56 64 40
Octal 257 377 105 37 0 111 0 126 144 100
Binary 10101111 11111111 1000101 11111 0 1001001 0 1010110 1100100 1000000

Color Harmonies of #AFFF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF45

Black with #AFFF45

Text Example


Text Example

White with #AFFF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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