Html Css Color HEX #AFE05B Conifer

📋 copy color: '#AFE05B'

red 175 ◦ green 224 ◦ blue 91

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

Shades of Conifer #AFE05B

Tints of Conifer #AFE05B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.71%

 BLUE value IS 91 (35.94% from 255) = 18.57%

R = 35.71%
G = 45.71%
B = 18.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#AFE05B (or 0xAFE05B) is known color: Conifer. HEX triplet: AF, E0 and 5B. RGB value is (175,224,91). Sum of RGB (Red+Green+Blue) = 175+224+91=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE05B is #501FA4. Grayscale: #C2C2C2. Windows color (decimal): -5250981 or 6021295. OLE color: 6021295.

HSL color Cylindrical-coordinate representation of color #AFE05B: hue angle of 82.11º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFE05B is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 91 -
CMYK 0.22 0 0.59 0.12
HSL 82.11º 0.68% 0.62% -
HSV(B) 82.11º 0.59% 0.88% -
XYZ 46.22 63.18 19.66 -
YUV 194.19 69.77 114.31 -
System Red Green Blue C M Y K H S L
Decimal 175 224 91 0.22 0 0.59 0.12 82.11 0.68 0.62
Hex AF E0 5B 16 0 3B C 52 44 3E
Octal 257 340 133 26 0 73 14 122 104 76
Binary 10101111 11100000 1011011 10110 0 111011 1100 1010010 1000100 111110

Color Harmonies of #AFE05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE05B

Black with #AFE05B

Text Example


Text Example

White with #AFE05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE05B; }

 p { color: rgb(175,224,91); }

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

background-color css

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

 a { background-color: rgb(175,224,91); }

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

border-color css

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

 span { border-color: rgb(175,224,91); }

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