Html Css Color HEX #AFFC28 Green Yellow

📋 copy color: '#AFFC28'

red 175 ◦ green 252 ◦ blue 40

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

Shades of Green Yellow #AFFC28

Tints of Green Yellow #AFFC28

RGB

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

 GREEN value IS 252 (98.83% from 255) = 53.96%

 BLUE value IS 40 (16.02% from 255) = 8.57%

R = 37.47%
G = 53.96%
B = 8.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#AFFC28 (or 0xAFFC28) is known color: Green Yellow. HEX triplet: AF, FC and 28. RGB value is (175,252,40). Sum of RGB (Red+Green+Blue) = 175+252+40=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 40 (16.02% from 255 or 8.57% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFC28 is #5003D7. Grayscale: #CDCDCD. Windows color (decimal): -5243864 or 2686127. OLE color: 2686127.

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

Color convert

RGB 175 252 40 -
CMYK 0.31 0 0.84 0.01
HSL 81.79º 0.97% 0.57% -
HSV(B) 81.79º 0.84% 0.99% -
XYZ 52.87 78.89 14.45 -
YUV 204.81 34.99 106.74 -
System Red Green Blue C M Y K H S L
Decimal 175 252 40 0.31 0 0.84 0.01 81.79 0.97 0.57
Hex AF FC 28 1F 0 54 1 52 61 39
Octal 257 374 50 37 0 124 1 122 141 71
Binary 10101111 11111100 101000 11111 0 1010100 1 1010010 1100001 111001

Color Harmonies of #AFFC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC28

Black with #AFFC28

Text Example


Text Example

White with #AFFC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC28; }

 p { color: rgb(175,252,40); }

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

background-color css

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

 a { background-color: rgb(175,252,40); }

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

border-color css

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

 span { border-color: rgb(175,252,40); }

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