Html Css Color HEX #AFE367 Conifer

📋 copy color: '#AFE367'

red 175 ◦ green 227 ◦ blue 103

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

Shades of Conifer #AFE367

Tints of Conifer #AFE367

RGB

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

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

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

R = 34.65%
G = 44.95%
B = 20.4%

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

#AFE367 (or 0xAFE367) is known color: Conifer. HEX triplet: AF, E3 and 67. RGB value is (175,227,103). Sum of RGB (Red+Green+Blue) = 175+227+103=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 103 (40.62% from 255 or 20.40% from 505); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE367 is #501C98. Grayscale: #C5C5C5. Windows color (decimal): -5250201 or 6808495. OLE color: 6808495.

HSL color Cylindrical-coordinate representation of color #AFE367: hue angle of 85.16º degrees, saturation: 0.69, 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 #AFE367 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 103 -
CMYK 0.23 0 0.55 0.11
HSL 85.16º 0.69% 0.65% -
HSV(B) 85.16º 0.55% 0.89% -
XYZ 47.6 65.03 22.88 -
YUV 197.32 74.77 112.08 -
System Red Green Blue C M Y K H S L
Decimal 175 227 103 0.23 0 0.55 0.11 85.16 0.69 0.65
Hex AF E3 67 17 0 37 B 55 45 41
Octal 257 343 147 27 0 67 13 125 105 101
Binary 10101111 11100011 1100111 10111 0 110111 1011 1010101 1000101 1000001

Color Harmonies of #AFE367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE367

Black with #AFE367

Text Example


Text Example

White with #AFE367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE367; }

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

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

background-color css

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

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

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

border-color css

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

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

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