Html Css Color HEX #AFF650 Conifer

📋 copy color: '#AFF650'

red 175 ◦ green 246 ◦ blue 80

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

Shades of Conifer #AFF650

Tints of Conifer #AFF650

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.1%

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

R = 34.93%
G = 49.1%
B = 15.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#AFF650 (or 0xAFF650) is known color: Conifer. HEX triplet: AF, F6 and 50. RGB value is (175,246,80). Sum of RGB (Red+Green+Blue) = 175+246+80=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF650 is #5009AF. Grayscale: #CECECE. Windows color (decimal): -5245360 or 5306031. OLE color: 5306031.

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

Color convert

RGB 175 246 80 -
CMYK 0.29 0 0.67 0.04
HSL 85.66º 0.9% 0.64% -
HSV(B) 85.66º 0.67% 0.96% -
XYZ 52.08 75.6 19.44 -
YUV 205.85 56.98 106 -
System Red Green Blue C M Y K H S L
Decimal 175 246 80 0.29 0 0.67 0.04 85.66 0.9 0.64
Hex AF F6 50 1D 0 43 4 56 5A 40
Octal 257 366 120 35 0 103 4 126 132 100
Binary 10101111 11110110 1010000 11101 0 1000011 100 1010110 1011010 1000000

Color Harmonies of #AFF650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF650

Black with #AFF650

Text Example


Text Example

White with #AFF650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF650; }

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

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

background-color css

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

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

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

border-color css

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

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

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