Html Css Color HEX #AFF850 Conifer

📋 copy color: '#AFF850'

red 175 ◦ green 248 ◦ blue 80

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

Shades of Conifer #AFF850

Tints of Conifer #AFF850

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.3%

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

R = 34.79%
G = 49.3%
B = 15.9%

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

#AFF850 (or 0xAFF850) is known color: Conifer. HEX triplet: AF, F8 and 50. RGB value is (175,248,80). Sum of RGB (Red+Green+Blue) = 175+248+80=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF850 is #5007AF. Grayscale: #CFCFCF. Windows color (decimal): -5244848 or 5306543. OLE color: 5306543.

HSL color Cylindrical-coordinate representation of color #AFF850: hue angle of 86.07º degrees, saturation: 0.92, 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 #AFF850 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 80 -
CMYK 0.29 0 0.68 0.03
HSL 86.07º 0.92% 0.64% -
HSV(B) 86.07º 0.68% 0.97% -
XYZ 52.69 76.83 19.64 -
YUV 207.02 56.32 105.16 -
System Red Green Blue C M Y K H S L
Decimal 175 248 80 0.29 0 0.68 0.03 86.07 0.92 0.64
Hex AF F8 50 1D 0 44 3 56 5C 40
Octal 257 370 120 35 0 104 3 126 134 100
Binary 10101111 11111000 1010000 11101 0 1000100 11 1010110 1011100 1000000

Color Harmonies of #AFF850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF850

Black with #AFF850

Text Example


Text Example

White with #AFF850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF850; }

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

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

background-color css

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

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

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

border-color css

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

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

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