Html Css Color HEX #AFCF51 Conifer

📋 copy color: '#AFCF51'

red 175 ◦ green 207 ◦ blue 81

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

Shades of Conifer #AFCF51

Tints of Conifer #AFCF51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.49%

R = 37.8%
G = 44.71%
B = 17.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#AFCF51 (or 0xAFCF51) is known color: Conifer. HEX triplet: AF, CF and 51. RGB value is (175,207,81). Sum of RGB (Red+Green+Blue) = 175+207+81=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCF51 is #5030AE. Grayscale: #B7B7B7. Windows color (decimal): -5255343 or 5361583. OLE color: 5361583.

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

Color convert

RGB 175 207 81 -
CMYK 0.15 0 0.61 0.19
HSL 75.24º 0.57% 0.56% -
HSV(B) 75.24º 0.61% 0.81% -
XYZ 41.48 54.33 16.09 -
YUV 183.07 70.4 122.25 -
System Red Green Blue C M Y K H S L
Decimal 175 207 81 0.15 0 0.61 0.19 75.24 0.57 0.56
Hex AF CF 51 F 0 3D 13 4B 39 38
Octal 257 317 121 17 0 75 23 113 71 70
Binary 10101111 11001111 1010001 1111 0 111101 10011 1001011 111001 111000

Color Harmonies of #AFCF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCF51

Black with #AFCF51

Text Example


Text Example

White with #AFCF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCF51; }

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

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

background-color css

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

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

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

border-color css

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

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

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