Html Css Color HEX #AFD65C Conifer

📋 copy color: '#AFD65C'

red 175 ◦ green 214 ◦ blue 92

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

Shades of Conifer #AFD65C

Tints of Conifer #AFD65C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.13%

R = 36.38%
G = 44.49%
B = 19.13%

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

#AFD65C (or 0xAFD65C) is known color: Conifer. HEX triplet: AF, D6 and 5C. RGB value is (175,214,92). Sum of RGB (Red+Green+Blue) = 175+214+92=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD65C is #5029A3. Grayscale: #BCBCBC. Windows color (decimal): -5253540 or 6084271. OLE color: 6084271.

HSL color Cylindrical-coordinate representation of color #AFD65C: hue angle of 79.18º 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 #AFD65C is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 214 92 -
CMYK 0.18 0 0.57 0.16
HSL 79.18º 0.6% 0.6% -
HSV(B) 79.18º 0.57% 0.84% -
XYZ 43.66 57.98 19.02 -
YUV 188.43 73.58 118.42 -
System Red Green Blue C M Y K H S L
Decimal 175 214 92 0.18 0 0.57 0.16 79.18 0.6 0.6
Hex AF D6 5C 12 0 39 10 4F 3C 3C
Octal 257 326 134 22 0 71 20 117 74 74
Binary 10101111 11010110 1011100 10010 0 111001 10000 1001111 111100 111100

Color Harmonies of #AFD65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD65C

Black with #AFD65C

Text Example


Text Example

White with #AFD65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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