Html Css Color HEX #AFD369 Conifer

📋 copy color: '#AFD369'

red 175 ◦ green 211 ◦ blue 105

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

Shades of Conifer #AFD369

Tints of Conifer #AFD369

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.97%

 BLUE value IS 105 (41.41% from 255) = 21.38%

R = 35.64%
G = 42.97%
B = 21.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#AFD369 (or 0xAFD369) is known color: Conifer. HEX triplet: AF, D3 and 69. RGB value is (175,211,105). Sum of RGB (Red+Green+Blue) = 175+211+105=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD369 is #502C96. Grayscale: #BCBCBC. Windows color (decimal): -5254295 or 6935471. OLE color: 6935471.

HSL color Cylindrical-coordinate representation of color #AFD369: hue angle of 80.38º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFD369 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 211 105 -
CMYK 0.17 0 0.50 0.17
HSL 80.38º 0.55% 0.62% -
HSV(B) 80.38º 0.5% 0.83% -
XYZ 43.52 56.72 22.02 -
YUV 188.15 81.07 118.62 -
System Red Green Blue C M Y K H S L
Decimal 175 211 105 0.17 0 0.50 0.17 80.38 0.55 0.62
Hex AF D3 69 11 0 32 11 50 37 3E
Octal 257 323 151 21 0 62 21 120 67 76
Binary 10101111 11010011 1101001 10001 0 110010 10001 1010000 110111 111110

Color Harmonies of #AFD369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD369

Black with #AFD369

Text Example


Text Example

White with #AFD369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD369; }

 p { color: rgb(175,211,105); }

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

background-color css

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

 a { background-color: rgb(175,211,105); }

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

border-color css

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

 span { border-color: rgb(175,211,105); }

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