Html Css Color HEX #AFF057 Conifer

📋 copy color: '#AFF057'

red 175 ◦ green 240 ◦ blue 87

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

Shades of Conifer #AFF057

Tints of Conifer #AFF057

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.81%

 BLUE value IS 87 (34.38% from 255) = 17.33%

R = 34.86%
G = 47.81%
B = 17.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#AFF057 (or 0xAFF057) is known color: Conifer. HEX triplet: AF, F0 and 57. RGB value is (175,240,87). Sum of RGB (Red+Green+Blue) = 175+240+87=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 87 (34.38% from 255 or 17.33% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF057 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF057 is #500FA8. Grayscale: #CBCBCB. Windows color (decimal): -5246889 or 5763247. OLE color: 5763247.

HSL color Cylindrical-coordinate representation of color #AFF057: hue angle of 85.49º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFF057 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 87 -
CMYK 0.27 0 0.64 0.06
HSL 85.49º 0.84% 0.64% -
HSV(B) 85.49º 0.64% 0.94% -
XYZ 50.56 72.12 20.27 -
YUV 203.12 62.47 107.94 -
System Red Green Blue C M Y K H S L
Decimal 175 240 87 0.27 0 0.64 0.06 85.49 0.84 0.64
Hex AF F0 57 1B 0 40 6 55 54 40
Octal 257 360 127 33 0 100 6 125 124 100
Binary 10101111 11110000 1010111 11011 0 1000000 110 1010101 1010100 1000000

Color Harmonies of #AFF057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF057

Black with #AFF057

Text Example


Text Example

White with #AFF057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF057; }

 p { color: rgb(175,240,87); }

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

background-color css

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

 a { background-color: rgb(175,240,87); }

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

border-color css

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

 span { border-color: rgb(175,240,87); }

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