Html Css Color HEX #AFEE58 Conifer

📋 copy color: '#AFEE58'

red 175 ◦ green 238 ◦ blue 88

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

Shades of Conifer #AFEE58

Tints of Conifer #AFEE58

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.5%

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

R = 34.93%
G = 47.5%
B = 17.56%

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

#AFEE58 (or 0xAFEE58) is known color: Conifer. HEX triplet: AF, EE and 58. RGB value is (175,238,88). Sum of RGB (Red+Green+Blue) = 175+238+88=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEE58 is #5011A7. Grayscale: #CACACA. Windows color (decimal): -5247400 or 5828271. OLE color: 5828271.

HSL color Cylindrical-coordinate representation of color #AFEE58: hue angle of 85.2º degrees, saturation: 0.82, 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 #AFEE58 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 238 88 -
CMYK 0.26 0 0.63 0.07
HSL 85.2º 0.82% 0.64% -
HSV(B) 85.2º 0.63% 0.93% -
XYZ 50.02 70.97 20.29 -
YUV 202.06 63.63 108.7 -
System Red Green Blue C M Y K H S L
Decimal 175 238 88 0.26 0 0.63 0.07 85.2 0.82 0.64
Hex AF EE 58 1A 0 3F 7 55 52 40
Octal 257 356 130 32 0 77 7 125 122 100
Binary 10101111 11101110 1011000 11010 0 111111 111 1010101 1010010 1000000

Color Harmonies of #AFEE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEE58

Black with #AFEE58

Text Example


Text Example

White with #AFEE58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEE58; }

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

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

background-color css

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

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

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

border-color css

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

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

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