Html Css Color HEX #AFFF53 Conifer

📋 copy color: '#AFFF53'

red 175 ◦ green 255 ◦ blue 83

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

Shades of Conifer #AFFF53

Tints of Conifer #AFFF53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.18%

R = 34.11%
G = 49.71%
B = 16.18%

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

#AFFF53 (or 0xAFFF53) is known color: Conifer. HEX triplet: AF, FF and 53. RGB value is (175,255,83). Sum of RGB (Red+Green+Blue) = 175+255+83=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 83 (32.81% from 255 or 16.18% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF53 is #5000AC. Grayscale: #D4D4D4. Windows color (decimal): -5243053 or 5504943. OLE color: 5504943.

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

Color convert

RGB 175 255 83 -
CMYK 0.31 0 0.67 0
HSL 87.91º 1% 0.66% -
HSV(B) 87.91º 0.67% 1% -
XYZ 55 81.26 20.97 -
YUV 211.47 55.5 101.99 -
System Red Green Blue C M Y K H S L
Decimal 175 255 83 0.31 0 0.67 0 87.91 1 0.66
Hex AF FF 53 1F 0 43 0 58 64 42
Octal 257 377 123 37 0 103 0 130 144 102
Binary 10101111 11111111 1010011 11111 0 1000011 0 1011000 1100100 1000010

Color Harmonies of #AFFF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF53

Black with #AFFF53

Text Example


Text Example

White with #AFFF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF53; }

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

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

background-color css

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

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

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

border-color css

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

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

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