Html Css Color HEX #AFFC26 Green Yellow

📋 copy color: '#AFFC26'

red 175 ◦ green 252 ◦ blue 38

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

Shades of Green Yellow #AFFC26

Tints of Green Yellow #AFFC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.17%

R = 37.63%
G = 54.19%
B = 8.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#AFFC26 (or 0xAFFC26) is known color: Green Yellow. HEX triplet: AF, FC and 26. RGB value is (175,252,38). Sum of RGB (Red+Green+Blue) = 175+252+38=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 38 (15.23% from 255 or 8.17% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC26 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFC26 is #5003D9. Grayscale: #CDCDCD. Windows color (decimal): -5243866 or 2555055. OLE color: 2555055.

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

Color convert

RGB 175 252 38 -
CMYK 0.31 0 0.85 0.01
HSL 81.59º 0.97% 0.57% -
HSV(B) 81.59º 0.85% 0.99% -
XYZ 52.84 78.87 14.27 -
YUV 204.58 33.99 106.9 -
System Red Green Blue C M Y K H S L
Decimal 175 252 38 0.31 0 0.85 0.01 81.59 0.97 0.57
Hex AF FC 26 1F 0 55 1 52 61 39
Octal 257 374 46 37 0 125 1 122 141 71
Binary 10101111 11111100 100110 11111 0 1010101 1 1010010 1100001 111001

Color Harmonies of #AFFC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC26

Black with #AFFC26

Text Example


Text Example

White with #AFFC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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