Html Css Color HEX #AFF58D Granny Smith Apple

📋 copy color: '#AFF58D'

red 175 ◦ green 245 ◦ blue 141

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

Shades of Granny Smith Apple #AFF58D

Tints of Granny Smith Apple #AFF58D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.67%

 BLUE value IS 141 (55.47% from 255) = 25.13%

R = 31.19%
G = 43.67%
B = 25.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#AFF58D (or 0xAFF58D) is known color: Granny Smith Apple. HEX triplet: AF, F5 and 8D. RGB value is (175,245,141). Sum of RGB (Red+Green+Blue) = 175+245+141=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 245 (96.09% from 255 or 43.67% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF58D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF58D is #500A72. Grayscale: #D4D4D4. Windows color (decimal): -5245555 or 9303471. OLE color: 9303471.

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

Color convert

RGB 175 245 141 -
CMYK 0.29 0 0.42 0.04
HSL 100.38º 0.84% 0.76% -
HSV(B) 100.38º 0.42% 0.96% -
XYZ 55.14 76.34 37.03 -
YUV 212.21 87.81 101.46 -
System Red Green Blue C M Y K H S L
Decimal 175 245 141 0.29 0 0.42 0.04 100.38 0.84 0.76
Hex AF F5 8D 1D 0 2A 4 64 54 4C
Octal 257 365 215 35 0 52 4 144 124 114
Binary 10101111 11110101 10001101 11101 0 101010 100 1100100 1010100 1001100

Color Harmonies of #AFF58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF58D

Black with #AFF58D

Text Example


Text Example

White with #AFF58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF58D; }

 p { color: rgb(175,245,141); }

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

background-color css

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

 a { background-color: rgb(175,245,141); }

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

border-color css

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

 span { border-color: rgb(175,245,141); }

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