Html Css Color HEX #AFE25F Conifer

📋 copy color: '#AFE25F'

red 175 ◦ green 226 ◦ blue 95

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

Shades of Conifer #AFE25F

Tints of Conifer #AFE25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.15%

R = 35.28%
G = 45.56%
B = 19.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#AFE25F (or 0xAFE25F) is known color: Conifer. HEX triplet: AF, E2 and 5F. RGB value is (175,226,95). Sum of RGB (Red+Green+Blue) = 175+226+95=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE25F is #501DA0. Grayscale: #C4C4C4. Windows color (decimal): -5250465 or 6283951. OLE color: 6283951.

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

Color convert

RGB 175 226 95 -
CMYK 0.23 0 0.58 0.11
HSL 83.36º 0.69% 0.63% -
HSV(B) 83.36º 0.58% 0.89% -
XYZ 46.94 64.33 20.77 -
YUV 195.82 71.1 113.15 -
System Red Green Blue C M Y K H S L
Decimal 175 226 95 0.23 0 0.58 0.11 83.36 0.69 0.63
Hex AF E2 5F 17 0 3A B 53 45 3F
Octal 257 342 137 27 0 72 13 123 105 77
Binary 10101111 11100010 1011111 10111 0 111010 1011 1010011 1000101 111111

Color Harmonies of #AFE25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE25F

Black with #AFE25F

Text Example


Text Example

White with #AFE25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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