Html Css Color HEX #AFF844 Green Yellow

📋 copy color: '#AFF844'

red 175 ◦ green 248 ◦ blue 68

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

Shades of Green Yellow #AFF844

Tints of Green Yellow #AFF844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.85%

R = 35.64%
G = 50.51%
B = 13.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#AFF844 (or 0xAFF844) is known color: Green Yellow. HEX triplet: AF, F8 and 44. RGB value is (175,248,68). Sum of RGB (Red+Green+Blue) = 175+248+68=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 248 (97.27% from 255 or 50.51% from 491); Blue value is 68 (26.95% from 255 or 13.85% from 491); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF844 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF844 is #5007BB. Grayscale: #CECECE. Windows color (decimal): -5244860 or 4520111. OLE color: 4520111.

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

Color convert

RGB 175 248 68 -
CMYK 0.29 0 0.73 0.03
HSL 84.33º 0.93% 0.62% -
HSV(B) 84.33º 0.73% 0.97% -
XYZ 52.29 76.67 17.51 -
YUV 205.65 50.32 106.14 -
System Red Green Blue C M Y K H S L
Decimal 175 248 68 0.29 0 0.73 0.03 84.33 0.93 0.62
Hex AF F8 44 1D 0 49 3 54 5D 3E
Octal 257 370 104 35 0 111 3 124 135 76
Binary 10101111 11111000 1000100 11101 0 1001001 11 1010100 1011101 111110

Color Harmonies of #AFF844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF844

Black with #AFF844

Text Example


Text Example

White with #AFF844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF844; }

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

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

background-color css

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

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

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

border-color css

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

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

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