Html Css Color HEX #AFFF56 Conifer

📋 copy color: '#AFFF56'

red 175 ◦ green 255 ◦ blue 86

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

Shades of Conifer #AFFF56

Tints of Conifer #AFFF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.67%

R = 33.91%
G = 49.42%
B = 16.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.66

 K value IS 0

RGB Variations

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

Color information

#AFFF56 (or 0xAFFF56) is known color: Conifer. HEX triplet: AF, FF and 56. RGB value is (175,255,86). Sum of RGB (Red+Green+Blue) = 175+255+86=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 86 (33.98% from 255 or 16.67% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF56 is #5000A9. Grayscale: #D4D4D4. Windows color (decimal): -5243050 or 5701551. OLE color: 5701551.

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

Color convert

RGB 175 255 86 -
CMYK 0.31 0 0.66 0
HSL 88.4º 1% 0.67% -
HSV(B) 88.4º 0.66% 1% -
XYZ 55.12 81.31 21.59 -
YUV 211.81 57 101.74 -
System Red Green Blue C M Y K H S L
Decimal 175 255 86 0.31 0 0.66 0 88.4 1 0.67
Hex AF FF 56 1F 0 42 0 58 64 43
Octal 257 377 126 37 0 102 0 130 144 103
Binary 10101111 11111111 1010110 11111 0 1000010 0 1011000 1100100 1000011

Color Harmonies of #AFFF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF56

Black with #AFFF56

Text Example


Text Example

White with #AFFF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF56; }

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

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

background-color css

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

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

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

border-color css

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

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

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