Html Css Color HEX #AFD25D Conifer

📋 copy color: '#AFD25D'

red 175 ◦ green 210 ◦ blue 93

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

Shades of Conifer #AFD25D

Tints of Conifer #AFD25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.93%

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

R = 36.61%
G = 43.93%
B = 19.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#AFD25D (or 0xAFD25D) is known color: Conifer. HEX triplet: AF, D2 and 5D. RGB value is (175,210,93). Sum of RGB (Red+Green+Blue) = 175+210+93=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD25D is #502DA2. Grayscale: #BABABA. Windows color (decimal): -5254563 or 6148783. OLE color: 6148783.

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

Color convert

RGB 175 210 93 -
CMYK 0.17 0 0.56 0.18
HSL 77.95º 0.57% 0.59% -
HSV(B) 77.95º 0.56% 0.82% -
XYZ 42.7 56 18.91 -
YUV 186.2 75.4 120.01 -
System Red Green Blue C M Y K H S L
Decimal 175 210 93 0.17 0 0.56 0.18 77.95 0.57 0.59
Hex AF D2 5D 11 0 38 12 4E 39 3B
Octal 257 322 135 21 0 70 22 116 71 73
Binary 10101111 11010010 1011101 10001 0 111000 10010 1001110 111001 111011

Color Harmonies of #AFD25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD25D

Black with #AFD25D

Text Example


Text Example

White with #AFD25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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