Html Css Color HEX #AFE85D Conifer

📋 copy color: '#AFE85D'

red 175 ◦ green 232 ◦ blue 93

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

Shades of Conifer #AFE85D

Tints of Conifer #AFE85D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.4%

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

R = 35%
G = 46.4%
B = 18.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#AFE85D (or 0xAFE85D) is known color: Conifer. HEX triplet: AF, E8 and 5D. RGB value is (175,232,93). Sum of RGB (Red+Green+Blue) = 175+232+93=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 232 (91.02% from 255 or 46.4% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE85D is #5017A2. Grayscale: #C7C7C7. Windows color (decimal): -5248931 or 6154415. OLE color: 6154415.

HSL color Cylindrical-coordinate representation of color #AFE85D: hue angle of 84.6º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFE85D is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 93 -
CMYK 0.25 0 0.60 0.09
HSL 84.6º 0.75% 0.64% -
HSV(B) 84.6º 0.6% 0.91% -
XYZ 48.51 67.62 20.85 -
YUV 199.11 68.12 110.8 -
System Red Green Blue C M Y K H S L
Decimal 175 232 93 0.25 0 0.60 0.09 84.6 0.75 0.64
Hex AF E8 5D 19 0 3C 9 55 4B 40
Octal 257 350 135 31 0 74 11 125 113 100
Binary 10101111 11101000 1011101 11001 0 111100 1001 1010101 1001011 1000000

Color Harmonies of #AFE85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE85D

Black with #AFE85D

Text Example


Text Example

White with #AFE85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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