Html Css Color HEX #AFFF55 Conifer

📋 copy color: '#AFFF55'

red 175 ◦ green 255 ◦ blue 85

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

Shades of Conifer #AFFF55

Tints of Conifer #AFFF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.5%

R = 33.98%
G = 49.51%
B = 16.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#AFFF55 (or 0xAFFF55) is known color: Conifer. HEX triplet: AF, FF and 55. RGB value is (175,255,85). Sum of RGB (Red+Green+Blue) = 175+255+85=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF55 is #5000AA. Grayscale: #D4D4D4. Windows color (decimal): -5243051 or 5636015. OLE color: 5636015.

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

Color convert

RGB 175 255 85 -
CMYK 0.31 0 0.67 0
HSL 88.24º 1% 0.67% -
HSV(B) 88.24º 0.67% 1% -
XYZ 55.08 81.29 21.38 -
YUV 211.7 56.5 101.82 -
System Red Green Blue C M Y K H S L
Decimal 175 255 85 0.31 0 0.67 0 88.24 1 0.67
Hex AF FF 55 1F 0 43 0 58 64 43
Octal 257 377 125 37 0 103 0 130 144 103
Binary 10101111 11111111 1010101 11111 0 1000011 0 1011000 1100100 1000011

Color Harmonies of #AFFF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF55

Black with #AFFF55

Text Example


Text Example

White with #AFFF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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