Html Css Color HEX #AFDA61 Conifer

📋 copy color: '#AFDA61'

red 175 ◦ green 218 ◦ blue 97

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

Shades of Conifer #AFDA61

Tints of Conifer #AFDA61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.8%

R = 35.71%
G = 44.49%
B = 19.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#AFDA61 (or 0xAFDA61) is known color: Conifer. HEX triplet: AF, DA and 61. RGB value is (175,218,97). Sum of RGB (Red+Green+Blue) = 175+218+97=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA61 is #50259E. Grayscale: #BFBFBF. Windows color (decimal): -5252511 or 6412975. OLE color: 6412975.

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

Color convert

RGB 175 218 97 -
CMYK 0.20 0 0.56 0.15
HSL 81.32º 0.62% 0.62% -
HSV(B) 81.32º 0.56% 0.85% -
XYZ 44.91 60.12 20.55 -
YUV 191.35 74.75 116.34 -
System Red Green Blue C M Y K H S L
Decimal 175 218 97 0.20 0 0.56 0.15 81.32 0.62 0.62
Hex AF DA 61 14 0 38 F 51 3E 3E
Octal 257 332 141 24 0 70 17 121 76 76
Binary 10101111 11011010 1100001 10100 0 111000 1111 1010001 111110 111110

Color Harmonies of #AFDA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA61

Black with #AFDA61

Text Example


Text Example

White with #AFDA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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