Html Css Color HEX #AFF750 Conifer

📋 copy color: '#AFF750'

red 175 ◦ green 247 ◦ blue 80

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

Shades of Conifer #AFF750

Tints of Conifer #AFF750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.94%

R = 34.86%
G = 49.2%
B = 15.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#AFF750 (or 0xAFF750) is known color: Conifer. HEX triplet: AF, F7 and 50. RGB value is (175,247,80). Sum of RGB (Red+Green+Blue) = 175+247+80=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF750 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF750 is #5008AF. Grayscale: #CFCFCF. Windows color (decimal): -5245104 or 5306287. OLE color: 5306287.

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

Color convert

RGB 175 247 80 -
CMYK 0.29 0 0.68 0.03
HSL 85.87º 0.91% 0.64% -
HSV(B) 85.87º 0.68% 0.97% -
XYZ 52.39 76.21 19.54 -
YUV 206.43 56.65 105.58 -
System Red Green Blue C M Y K H S L
Decimal 175 247 80 0.29 0 0.68 0.03 85.87 0.91 0.64
Hex AF F7 50 1D 0 44 3 56 5B 40
Octal 257 367 120 35 0 104 3 126 133 100
Binary 10101111 11110111 1010000 11101 0 1000100 11 1010110 1011011 1000000

Color Harmonies of #AFF750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF750

Black with #AFF750

Text Example


Text Example

White with #AFF750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF750; }

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

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

background-color css

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

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

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

border-color css

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

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

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