Html Css Color HEX #AFD64C Conifer

📋 copy color: '#AFD64C'

red 175 ◦ green 214 ◦ blue 76

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

Shades of Conifer #AFD64C

Tints of Conifer #AFD64C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.34%

R = 37.63%
G = 46.02%
B = 16.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#AFD64C (or 0xAFD64C) is known color: Conifer. HEX triplet: AF, D6 and 4C. RGB value is (175,214,76). Sum of RGB (Red+Green+Blue) = 175+214+76=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD64C is #5029B3. Grayscale: #BBBBBB. Windows color (decimal): -5253556 or 5035695. OLE color: 5035695.

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

Color convert

RGB 175 214 76 -
CMYK 0.18 0 0.64 0.16
HSL 76.96º 0.63% 0.57% -
HSV(B) 76.96º 0.64% 0.84% -
XYZ 43.03 57.73 15.71 -
YUV 186.61 65.58 119.72 -
System Red Green Blue C M Y K H S L
Decimal 175 214 76 0.18 0 0.64 0.16 76.96 0.63 0.57
Hex AF D6 4C 12 0 40 10 4D 3F 39
Octal 257 326 114 22 0 100 20 115 77 71
Binary 10101111 11010110 1001100 10010 0 1000000 10000 1001101 111111 111001

Color Harmonies of #AFD64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD64C

Black with #AFD64C

Text Example


Text Example

White with #AFD64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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