Html Css Color HEX #AFEC58 Conifer

📋 copy color: '#AFEC58'

red 175 ◦ green 236 ◦ blue 88

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

Shades of Conifer #AFEC58

Tints of Conifer #AFEC58

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.29%

 BLUE value IS 88 (34.77% from 255) = 17.64%

R = 35.07%
G = 47.29%
B = 17.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#AFEC58 (or 0xAFEC58) is known color: Conifer. HEX triplet: AF, EC and 58. RGB value is (175,236,88). Sum of RGB (Red+Green+Blue) = 175+236+88=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 88 (34.77% from 255 or 17.64% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC58 is #5013A7. Grayscale: #C9C9C9. Windows color (decimal): -5247912 or 5827759. OLE color: 5827759.

HSL color Cylindrical-coordinate representation of color #AFEC58: hue angle of 84.73º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFEC58 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 88 -
CMYK 0.26 0 0.63 0.07
HSL 84.73º 0.8% 0.64% -
HSV(B) 84.73º 0.63% 0.93% -
XYZ 49.44 69.81 20.1 -
YUV 200.89 64.29 109.53 -
System Red Green Blue C M Y K H S L
Decimal 175 236 88 0.26 0 0.63 0.07 84.73 0.8 0.64
Hex AF EC 58 1A 0 3F 7 55 50 40
Octal 257 354 130 32 0 77 7 125 120 100
Binary 10101111 11101100 1011000 11010 0 111111 111 1010101 1010000 1000000

Color Harmonies of #AFEC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC58

Black with #AFEC58

Text Example


Text Example

White with #AFEC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC58; }

 p { color: rgb(175,236,88); }

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

background-color css

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

 a { background-color: rgb(175,236,88); }

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

border-color css

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

 span { border-color: rgb(175,236,88); }

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