Html Css Color HEX #AFF442 Green Yellow

📋 copy color: '#AFF442'

red 175 ◦ green 244 ◦ blue 66

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

Shades of Green Yellow #AFF442

Tints of Green Yellow #AFF442

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.31%

 BLUE value IS 66 (26.17% from 255) = 13.61%

R = 36.08%
G = 50.31%
B = 13.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#AFF442 (or 0xAFF442) is known color: Green Yellow. HEX triplet: AF, F4 and 42. RGB value is (175,244,66). Sum of RGB (Red+Green+Blue) = 175+244+66=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 244 (95.70% from 255 or 50.31% from 485); Blue value is 66 (26.17% from 255 or 13.61% from 485); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF442 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF442 is #500BBD. Grayscale: #CBCBCB. Windows color (decimal): -5245886 or 4388015. OLE color: 4388015.

HSL color Cylindrical-coordinate representation of color #AFF442: hue angle of 83.26º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFF442 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 66 -
CMYK 0.28 0 0.73 0.04
HSL 83.26º 0.89% 0.61% -
HSV(B) 83.26º 0.73% 0.96% -
XYZ 51.01 74.21 16.79 -
YUV 203.08 50.64 107.97 -
System Red Green Blue C M Y K H S L
Decimal 175 244 66 0.28 0 0.73 0.04 83.26 0.89 0.61
Hex AF F4 42 1C 0 49 4 53 59 3D
Octal 257 364 102 34 0 111 4 123 131 75
Binary 10101111 11110100 1000010 11100 0 1001001 100 1010011 1011001 111101

Color Harmonies of #AFF442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF442

Black with #AFF442

Text Example


Text Example

White with #AFF442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF442; }

 p { color: rgb(175,244,66); }

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

background-color css

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

 a { background-color: rgb(175,244,66); }

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

border-color css

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

 span { border-color: rgb(175,244,66); }

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