Html Css Color HEX #AFE467 Conifer

📋 copy color: '#AFE467'

red 175 ◦ green 228 ◦ blue 103

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

Shades of Conifer #AFE467

Tints of Conifer #AFE467

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.06%

 BLUE value IS 103 (40.63% from 255) = 20.36%

R = 34.58%
G = 45.06%
B = 20.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#AFE467 (or 0xAFE467) is known color: Conifer. HEX triplet: AF, E4 and 67. RGB value is (175,228,103). Sum of RGB (Red+Green+Blue) = 175+228+103=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE467 is #501B98. Grayscale: #C6C6C6. Windows color (decimal): -5249945 or 6808751. OLE color: 6808751.

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

Color convert

RGB 175 228 103 -
CMYK 0.23 0 0.55 0.11
HSL 85.44º 0.7% 0.65% -
HSV(B) 85.44º 0.55% 0.89% -
XYZ 47.87 65.58 22.97 -
YUV 197.9 74.44 111.66 -
System Red Green Blue C M Y K H S L
Decimal 175 228 103 0.23 0 0.55 0.11 85.44 0.7 0.65
Hex AF E4 67 17 0 37 B 55 46 41
Octal 257 344 147 27 0 67 13 125 106 101
Binary 10101111 11100100 1100111 10111 0 110111 1011 1010101 1000110 1000001

Color Harmonies of #AFE467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE467

Black with #AFE467

Text Example


Text Example

White with #AFE467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE467; }

 p { color: rgb(175,228,103); }

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

background-color css

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

 a { background-color: rgb(175,228,103); }

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

border-color css

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

 span { border-color: rgb(175,228,103); }

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