Html Css Color HEX #AFE365 Conifer

📋 copy color: '#AFE365'

red 175 ◦ green 227 ◦ blue 101

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

Shades of Conifer #AFE365

Tints of Conifer #AFE365

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.13%

 BLUE value IS 101 (39.84% from 255) = 20.08%

R = 34.79%
G = 45.13%
B = 20.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#AFE365 (or 0xAFE365) is known color: Conifer. HEX triplet: AF, E3 and 65. RGB value is (175,227,101). Sum of RGB (Red+Green+Blue) = 175+227+101=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE365 is #501C9A. Grayscale: #C5C5C5. Windows color (decimal): -5250203 or 6677423. OLE color: 6677423.

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

Color convert

RGB 175 227 101 -
CMYK 0.23 0 0.56 0.11
HSL 84.76º 0.69% 0.64% -
HSV(B) 84.76º 0.56% 0.89% -
XYZ 47.5 64.99 22.35 -
YUV 197.09 73.77 112.25 -
System Red Green Blue C M Y K H S L
Decimal 175 227 101 0.23 0 0.56 0.11 84.76 0.69 0.64
Hex AF E3 65 17 0 38 B 55 45 40
Octal 257 343 145 27 0 70 13 125 105 100
Binary 10101111 11100011 1100101 10111 0 111000 1011 1010101 1000101 1000000

Color Harmonies of #AFE365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE365

Black with #AFE365

Text Example


Text Example

White with #AFE365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE365; }

 p { color: rgb(175,227,101); }

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

background-color css

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

 a { background-color: rgb(175,227,101); }

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

border-color css

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

 span { border-color: rgb(175,227,101); }

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