Html Css Color HEX #AFE25D Conifer

📋 copy color: '#AFE25D'

red 175 ◦ green 226 ◦ blue 93

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

Shades of Conifer #AFE25D

Tints of Conifer #AFE25D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.75%

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

R = 35.43%
G = 45.75%
B = 18.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#AFE25D (or 0xAFE25D) is known color: Conifer. HEX triplet: AF, E2 and 5D. RGB value is (175,226,93). Sum of RGB (Red+Green+Blue) = 175+226+93=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE25D is #501DA2. Grayscale: #C4C4C4. Windows color (decimal): -5250467 or 6152879. OLE color: 6152879.

HSL color Cylindrical-coordinate representation of color #AFE25D: hue angle of 83.01º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFE25D is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 226 93 -
CMYK 0.23 0 0.59 0.11
HSL 83.01º 0.7% 0.63% -
HSV(B) 83.01º 0.59% 0.89% -
XYZ 46.85 64.3 20.3 -
YUV 195.59 70.1 113.31 -
System Red Green Blue C M Y K H S L
Decimal 175 226 93 0.23 0 0.59 0.11 83.01 0.7 0.63
Hex AF E2 5D 17 0 3B B 53 46 3F
Octal 257 342 135 27 0 73 13 123 106 77
Binary 10101111 11100010 1011101 10111 0 111011 1011 1010011 1000110 111111

Color Harmonies of #AFE25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE25D

Black with #AFE25D

Text Example


Text Example

White with #AFE25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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