Html Css Color HEX #AFF826 Green Yellow

📋 copy color: '#AFF826'

red 175 ◦ green 248 ◦ blue 38

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

Shades of Green Yellow #AFF826

Tints of Green Yellow #AFF826

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.8%

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

R = 37.96%
G = 53.8%
B = 8.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#AFF826 (or 0xAFF826) is known color: Green Yellow. HEX triplet: AF, F8 and 26. RGB value is (175,248,38). Sum of RGB (Red+Green+Blue) = 175+248+38=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 248 (97.27% from 255 or 53.80% from 461); Blue value is 38 (15.23% from 255 or 8.24% from 461); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF826 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF826 is #5007D9. Grayscale: #CBCBCB. Windows color (decimal): -5244890 or 2554031. OLE color: 2554031.

HSL color Cylindrical-coordinate representation of color #AFF826: hue angle of 80.86º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFF826 is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 38 -
CMYK 0.29 0 0.85 0.03
HSL 80.86º 0.94% 0.56% -
HSV(B) 80.86º 0.85% 0.97% -
XYZ 51.6 76.39 13.86 -
YUV 202.23 35.32 108.58 -
System Red Green Blue C M Y K H S L
Decimal 175 248 38 0.29 0 0.85 0.03 80.86 0.94 0.56
Hex AF F8 26 1D 0 55 3 51 5E 38
Octal 257 370 46 35 0 125 3 121 136 70
Binary 10101111 11111000 100110 11101 0 1010101 11 1010001 1011110 111000

Color Harmonies of #AFF826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF826

Black with #AFF826

Text Example


Text Example

White with #AFF826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF826; }

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

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

background-color css

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

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

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

border-color css

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

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

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