Html Css Color HEX #AFDA5D Conifer

📋 copy color: '#AFDA5D'

red 175 ◦ green 218 ◦ blue 93

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

Shades of Conifer #AFDA5D

Tints of Conifer #AFDA5D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.86%

 BLUE value IS 93 (36.72% from 255) = 19.14%

R = 36.01%
G = 44.86%
B = 19.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#AFDA5D (or 0xAFDA5D) is known color: Conifer. HEX triplet: AF, DA and 5D. RGB value is (175,218,93). Sum of RGB (Red+Green+Blue) = 175+218+93=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 93 (36.72% from 255 or 19.14% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA5D is #5025A2. Grayscale: #BFBFBF. Windows color (decimal): -5252515 or 6150831. OLE color: 6150831.

HSL color Cylindrical-coordinate representation of color #AFDA5D: hue angle of 80.64º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFDA5D is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 93 -
CMYK 0.20 0 0.57 0.15
HSL 80.64º 0.63% 0.61% -
HSV(B) 80.64º 0.57% 0.85% -
XYZ 44.73 60.05 19.59 -
YUV 190.89 72.75 116.66 -
System Red Green Blue C M Y K H S L
Decimal 175 218 93 0.20 0 0.57 0.15 80.64 0.63 0.61
Hex AF DA 5D 14 0 39 F 51 3F 3D
Octal 257 332 135 24 0 71 17 121 77 75
Binary 10101111 11011010 1011101 10100 0 111001 1111 1010001 111111 111101

Color Harmonies of #AFDA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA5D

Black with #AFDA5D

Text Example


Text Example

White with #AFDA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA5D; }

 p { color: rgb(175,218,93); }

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

background-color css

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

 a { background-color: rgb(175,218,93); }

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

border-color css

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

 span { border-color: rgb(175,218,93); }

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