Html Css Color HEX #AFF640 Green Yellow

📋 copy color: '#AFF640'

red 175 ◦ green 246 ◦ blue 64

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

Shades of Green Yellow #AFF640

Tints of Green Yellow #AFF640

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.72%

 BLUE value IS 64 (25.39% from 255) = 13.2%

R = 36.08%
G = 50.72%
B = 13.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#AFF640 (or 0xAFF640) is known color: Green Yellow. HEX triplet: AF, F6 and 40. RGB value is (175,246,64). Sum of RGB (Red+Green+Blue) = 175+246+64=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF640 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF640 is #5009BF. Grayscale: #CCCCCC. Windows color (decimal): -5245376 or 4257455. OLE color: 4257455.

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

Color convert

RGB 175 246 64 -
CMYK 0.29 0 0.74 0.04
HSL 83.41º 0.91% 0.61% -
HSV(B) 83.41º 0.74% 0.96% -
XYZ 51.56 75.4 16.69 -
YUV 204.02 48.98 107.3 -
System Red Green Blue C M Y K H S L
Decimal 175 246 64 0.29 0 0.74 0.04 83.41 0.91 0.61
Hex AF F6 40 1D 0 4A 4 53 5B 3D
Octal 257 366 100 35 0 112 4 123 133 75
Binary 10101111 11110110 1000000 11101 0 1001010 100 1010011 1011011 111101

Color Harmonies of #AFF640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF640

Black with #AFF640

Text Example


Text Example

White with #AFF640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF640; }

 p { color: rgb(175,246,64); }

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

background-color css

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

 a { background-color: rgb(175,246,64); }

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

border-color css

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

 span { border-color: rgb(175,246,64); }

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