Html Css Color HEX #AFF763 Conifer

📋 copy color: '#AFF763'

red 175 ◦ green 247 ◦ blue 99

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

Shades of Conifer #AFF763

Tints of Conifer #AFF763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19%

R = 33.59%
G = 47.41%
B = 19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#AFF763 (or 0xAFF763) is known color: Conifer. HEX triplet: AF, F7 and 63. RGB value is (175,247,99). Sum of RGB (Red+Green+Blue) = 175+247+99=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 247 (96.88% from 255 or 47.41% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF763 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF763 is #50089C. Grayscale: #D1D1D1. Windows color (decimal): -5245085 or 6551471. OLE color: 6551471.

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

Color convert

RGB 175 247 99 -
CMYK 0.29 0 0.60 0.03
HSL 89.19º 0.9% 0.68% -
HSV(B) 89.19º 0.6% 0.97% -
XYZ 53.19 76.54 23.77 -
YUV 208.6 66.15 104.03 -
System Red Green Blue C M Y K H S L
Decimal 175 247 99 0.29 0 0.60 0.03 89.19 0.9 0.68
Hex AF F7 63 1D 0 3C 3 59 5A 44
Octal 257 367 143 35 0 74 3 131 132 104
Binary 10101111 11110111 1100011 11101 0 111100 11 1011001 1011010 1000100

Color Harmonies of #AFF763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF763

Black with #AFF763

Text Example


Text Example

White with #AFF763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF763; }

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

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

background-color css

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

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

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

border-color css

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

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

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