Html Css Color HEX #AFF742 Green Yellow

📋 copy color: '#AFF742'

red 175 ◦ green 247 ◦ blue 66

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

Shades of Green Yellow #AFF742

Tints of Green Yellow #AFF742

RGB

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

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

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

R = 35.86%
G = 50.61%
B = 13.52%

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

#AFF742 (or 0xAFF742) is known color: Green Yellow. HEX triplet: AF, F7 and 42. RGB value is (175,247,66). Sum of RGB (Red+Green+Blue) = 175+247+66=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 247 (96.88% from 255 or 50.61% from 488); Blue value is 66 (26.17% from 255 or 13.52% from 488); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF742 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF742 is #5008BD. Grayscale: #CDCDCD. Windows color (decimal): -5245118 or 4388783. OLE color: 4388783.

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

Color convert

RGB 175 247 66 -
CMYK 0.29 0 0.73 0.03
HSL 83.87º 0.92% 0.61% -
HSV(B) 83.87º 0.73% 0.97% -
XYZ 51.92 76.03 17.09 -
YUV 204.84 49.65 106.72 -
System Red Green Blue C M Y K H S L
Decimal 175 247 66 0.29 0 0.73 0.03 83.87 0.92 0.61
Hex AF F7 42 1D 0 49 3 54 5C 3D
Octal 257 367 102 35 0 111 3 124 134 75
Binary 10101111 11110111 1000010 11101 0 1001001 11 1010100 1011100 111101

Color Harmonies of #AFF742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF742

Black with #AFF742

Text Example


Text Example

White with #AFF742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF742; }

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

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

background-color css

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

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

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

border-color css

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

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

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