Html Css Color HEX #AFD065 Conifer

📋 copy color: '#AFD065'

red 175 ◦ green 208 ◦ blue 101

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

Shades of Conifer #AFD065

Tints of Conifer #AFD065

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.98%

 BLUE value IS 101 (39.84% from 255) = 20.87%

R = 36.16%
G = 42.98%
B = 20.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#AFD065 (or 0xAFD065) is known color: Conifer. HEX triplet: AF, D0 and 65. RGB value is (175,208,101). Sum of RGB (Red+Green+Blue) = 175+208+101=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD065 is #502F9A. Grayscale: #BABABA. Windows color (decimal): -5255067 or 6672559. OLE color: 6672559.

HSL color Cylindrical-coordinate representation of color #AFD065: hue angle of 78.5º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFD065 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 208 101 -
CMYK 0.16 0 0.51 0.18
HSL 78.5º 0.53% 0.61% -
HSV(B) 78.5º 0.51% 0.82% -
XYZ 42.58 55.17 20.72 -
YUV 185.94 80.07 120.2 -
System Red Green Blue C M Y K H S L
Decimal 175 208 101 0.16 0 0.51 0.18 78.5 0.53 0.61
Hex AF D0 65 10 0 33 12 4F 35 3D
Octal 257 320 145 20 0 63 22 117 65 75
Binary 10101111 11010000 1100101 10000 0 110011 10010 1001111 110101 111101

Color Harmonies of #AFD065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD065

Black with #AFD065

Text Example


Text Example

White with #AFD065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD065; }

 p { color: rgb(175,208,101); }

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

background-color css

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

 a { background-color: rgb(175,208,101); }

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

border-color css

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

 span { border-color: rgb(175,208,101); }

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