Html Css Color HEX #AFFF63 Conifer

📋 copy color: '#AFFF63'

red 175 ◦ green 255 ◦ blue 99

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

Shades of Conifer #AFFF63

Tints of Conifer #AFFF63

RGB

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

 GREEN value IS 255 (100% from 255) = 48.2%

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

R = 33.08%
G = 48.2%
B = 18.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#AFFF63 (or 0xAFFF63) is known color: Conifer. HEX triplet: AF, FF and 63. RGB value is (175,255,99). Sum of RGB (Red+Green+Blue) = 175+255+99=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF63 is #50009C. Grayscale: #D5D5D5. Windows color (decimal): -5243037 or 6553519. OLE color: 6553519.

HSL color Cylindrical-coordinate representation of color #AFFF63: hue angle of 90.77º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFFF63 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 99 -
CMYK 0.31 0 0.61 0
HSL 90.77º 1% 0.69% -
HSV(B) 90.77º 0.61% 1% -
XYZ 55.69 81.53 24.61 -
YUV 213.3 63.5 100.68 -
System Red Green Blue C M Y K H S L
Decimal 175 255 99 0.31 0 0.61 0 90.77 1 0.69
Hex AF FF 63 1F 0 3D 0 5B 64 45
Octal 257 377 143 37 0 75 0 133 144 105
Binary 10101111 11111111 1100011 11111 0 111101 0 1011011 1100100 1000101

Color Harmonies of #AFFF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF63

Black with #AFFF63

Text Example


Text Example

White with #AFFF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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