Html Css Color HEX #AFF740 Green Yellow

📋 copy color: '#AFF740'

red 175 ◦ green 247 ◦ blue 64

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

Shades of Green Yellow #AFF740

Tints of Green Yellow #AFF740

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.82%

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

R = 36.01%
G = 50.82%
B = 13.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#AFF740 (or 0xAFF740) is known color: Green Yellow. HEX triplet: AF, F7 and 40. RGB value is (175,247,64). Sum of RGB (Red+Green+Blue) = 175+247+64=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 247 (96.88% from 255 or 50.82% from 486); Blue value is 64 (25.39% from 255 or 13.17% from 486); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF740 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF740 is #5008BF. Grayscale: #CDCDCD. Windows color (decimal): -5245120 or 4257711. OLE color: 4257711.

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

Color convert

RGB 175 247 64 -
CMYK 0.29 0 0.74 0.03
HSL 83.61º 0.92% 0.61% -
HSV(B) 83.61º 0.74% 0.97% -
XYZ 51.87 76.01 16.79 -
YUV 204.61 48.65 106.88 -
System Red Green Blue C M Y K H S L
Decimal 175 247 64 0.29 0 0.74 0.03 83.61 0.92 0.61
Hex AF F7 40 1D 0 4A 3 54 5C 3D
Octal 257 367 100 35 0 112 3 124 134 75
Binary 10101111 11110111 1000000 11101 0 1001010 11 1010100 1011100 111101

Color Harmonies of #AFF740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF740

Black with #AFF740

Text Example


Text Example

White with #AFF740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF740; }

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

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

background-color css

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

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

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

border-color css

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

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

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