Html Css Color HEX #AFD04E Conifer

📋 copy color: '#AFD04E'

red 175 ◦ green 208 ◦ blue 78

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

Shades of Conifer #AFD04E

Tints of Conifer #AFD04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.92%

R = 37.96%
G = 45.12%
B = 16.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#AFD04E (or 0xAFD04E) is known color: Conifer. HEX triplet: AF, D0 and 4E. RGB value is (175,208,78). Sum of RGB (Red+Green+Blue) = 175+208+78=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD04E is #502FB1. Grayscale: #B7B7B7. Windows color (decimal): -5255090 or 5165231. OLE color: 5165231.

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

Color convert

RGB 175 208 78 -
CMYK 0.16 0 0.62 0.18
HSL 75.23º 0.58% 0.56% -
HSV(B) 75.23º 0.63% 0.82% -
XYZ 41.61 54.78 15.59 -
YUV 183.31 68.57 122.07 -
System Red Green Blue C M Y K H S L
Decimal 175 208 78 0.16 0 0.62 0.18 75.23 0.58 0.56
Hex AF D0 4E 10 0 3E 12 4B 3A 38
Octal 257 320 116 20 0 76 22 113 72 70
Binary 10101111 11010000 1001110 10000 0 111110 10010 1001011 111010 111000

Color Harmonies of #AFD04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD04E

Black with #AFD04E

Text Example


Text Example

White with #AFD04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD04E; }

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

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

background-color css

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

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

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

border-color css

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

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

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