Html Css Color HEX #AFD65D Conifer

📋 copy color: '#AFD65D'

red 175 ◦ green 214 ◦ blue 93

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

Shades of Conifer #AFD65D

Tints of Conifer #AFD65D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.4%

 BLUE value IS 93 (36.72% from 255) = 19.29%

R = 36.31%
G = 44.4%
B = 19.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#AFD65D (or 0xAFD65D) is known color: Conifer. HEX triplet: AF, D6 and 5D. RGB value is (175,214,93). Sum of RGB (Red+Green+Blue) = 175+214+93=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD65D is #5029A2. Grayscale: #BCBCBC. Windows color (decimal): -5253539 or 6149807. OLE color: 6149807.

HSL color Cylindrical-coordinate representation of color #AFD65D: hue angle of 79.34º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFD65D is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 214 93 -
CMYK 0.18 0 0.57 0.16
HSL 79.34º 0.6% 0.6% -
HSV(B) 79.34º 0.57% 0.84% -
XYZ 43.7 58 19.25 -
YUV 188.55 74.08 118.34 -
System Red Green Blue C M Y K H S L
Decimal 175 214 93 0.18 0 0.57 0.16 79.34 0.6 0.6
Hex AF D6 5D 12 0 39 10 4F 3C 3C
Octal 257 326 135 22 0 71 20 117 74 74
Binary 10101111 11010110 1011101 10010 0 111001 10000 1001111 111100 111100

Color Harmonies of #AFD65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD65D

Black with #AFD65D

Text Example


Text Example

White with #AFD65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD65D; }

 p { color: rgb(175,214,93); }

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

background-color css

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

 a { background-color: rgb(175,214,93); }

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

border-color css

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

 span { border-color: rgb(175,214,93); }

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