Html Css Color HEX #A5FD53 Conifer

📋 copy color: '#A5FD53'

red 165 ◦ green 253 ◦ blue 83

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

Shades of Conifer #A5FD53

Tints of Conifer #A5FD53

RGB

 RED value IS 165 (64.84% from 255) = 32.93%

 GREEN value IS 253 (99.22% from 255) = 50.5%

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

R = 32.93%
G = 50.5%
B = 16.57%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#A5FD53 (or 0xA5FD53) is known color: Conifer. HEX triplet: A5, FD and 53. RGB value is (165,253,83). Sum of RGB (Red+Green+Blue) = 165+253+83=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 253 (99.22% from 255 or 50.50% from 501); Blue value is 83 (32.81% from 255 or 16.57% from 501); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FD53 is #5A02AC. Grayscale: #CFCFCF. Windows color (decimal): -5898925 or 5504421. OLE color: 5504421.

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

Color convert

RGB 165 253 83 -
CMYK 0.35 0 0.67 0.01
HSL 91.06º 0.98% 0.66% -
HSV(B) 91.06º 0.67% 0.99% -
XYZ 52.2 78.87 20.66 -
YUV 207.31 57.85 97.82 -
System Red Green Blue C M Y K H S L
Decimal 165 253 83 0.35 0 0.67 0.01 91.06 0.98 0.66
Hex A5 FD 53 23 0 43 1 5B 62 42
Octal 245 375 123 43 0 103 1 133 142 102
Binary 10100101 11111101 1010011 100011 0 1000011 1 1011011 1100010 1000010

Color Harmonies of #A5FD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FD53

Black with #A5FD53

Text Example


Text Example

White with #A5FD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FD53; }

 p { color: rgb(165,253,83); }

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

background-color css

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

 a { background-color: rgb(165,253,83); }

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

border-color css

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

 span { border-color: rgb(165,253,83); }

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