Html Css Color HEX #AFCF59 Conifer

📋 copy color: '#AFCF59'

red 175 ◦ green 207 ◦ blue 89

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

Shades of Conifer #AFCF59

Tints of Conifer #AFCF59

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.95%

 BLUE value IS 89 (35.16% from 255) = 18.9%

R = 37.15%
G = 43.95%
B = 18.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#AFCF59 (or 0xAFCF59) is known color: Conifer. HEX triplet: AF, CF and 59. RGB value is (175,207,89). Sum of RGB (Red+Green+Blue) = 175+207+89=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCF59 is #5030A6. Grayscale: #B8B8B8. Windows color (decimal): -5255335 or 5885871. OLE color: 5885871.

HSL color Cylindrical-coordinate representation of color #AFCF59: hue angle of 76.27º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFCF59 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 207 89 -
CMYK 0.15 0 0.57 0.19
HSL 76.27º 0.55% 0.58% -
HSV(B) 76.27º 0.57% 0.81% -
XYZ 41.8 54.46 17.76 -
YUV 183.98 74.4 121.59 -
System Red Green Blue C M Y K H S L
Decimal 175 207 89 0.15 0 0.57 0.19 76.27 0.55 0.58
Hex AF CF 59 F 0 39 13 4C 37 3A
Octal 257 317 131 17 0 71 23 114 67 72
Binary 10101111 11001111 1011001 1111 0 111001 10011 1001100 110111 111010

Color Harmonies of #AFCF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCF59

Black with #AFCF59

Text Example


Text Example

White with #AFCF59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCF59; }

 p { color: rgb(175,207,89); }

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

background-color css

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

 a { background-color: rgb(175,207,89); }

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

border-color css

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

 span { border-color: rgb(175,207,89); }

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