Html Css Color HEX #AFCF47 Conifer

📋 copy color: '#AFCF47'

red 175 ◦ green 207 ◦ blue 71

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

Shades of Conifer #AFCF47

Tints of Conifer #AFCF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.67%

R = 38.63%
G = 45.7%
B = 15.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#AFCF47 (or 0xAFCF47) is known color: Conifer. HEX triplet: AF, CF and 47. RGB value is (175,207,71). Sum of RGB (Red+Green+Blue) = 175+207+71=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 71 (28.12% from 255 or 15.67% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCF47 is #5030B8. Grayscale: #B6B6B6. Windows color (decimal): -5255353 or 4706223. OLE color: 4706223.

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

Color convert

RGB 175 207 71 -
CMYK 0.15 0 0.66 0.19
HSL 74.12º 0.59% 0.55% -
HSV(B) 74.12º 0.66% 0.81% -
XYZ 41.13 54.19 14.25 -
YUV 181.93 65.4 123.06 -
System Red Green Blue C M Y K H S L
Decimal 175 207 71 0.15 0 0.66 0.19 74.12 0.59 0.55
Hex AF CF 47 F 0 42 13 4A 3B 37
Octal 257 317 107 17 0 102 23 112 73 67
Binary 10101111 11001111 1000111 1111 0 1000010 10011 1001010 111011 110111

Color Harmonies of #AFCF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCF47

Black with #AFCF47

Text Example


Text Example

White with #AFCF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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