Html Css Color HEX #AFFC57 Conifer

📋 copy color: '#AFFC57'

red 175 ◦ green 252 ◦ blue 87

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

Shades of Conifer #AFFC57

Tints of Conifer #AFFC57

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.03%

 BLUE value IS 87 (34.38% from 255) = 16.93%

R = 34.05%
G = 49.03%
B = 16.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#AFFC57 (or 0xAFFC57) is known color: Conifer. HEX triplet: AF, FC and 57. RGB value is (175,252,87). Sum of RGB (Red+Green+Blue) = 175+252+87=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 87 (34.38% from 255 or 16.93% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC57 is #5003A8. Grayscale: #D2D2D2. Windows color (decimal): -5243817 or 5766319. OLE color: 5766319.

HSL color Cylindrical-coordinate representation of color #AFFC57: hue angle of 88º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFFC57 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 252 87 -
CMYK 0.31 0 0.65 0.01
HSL 88º 0.96% 0.66% -
HSV(B) 88º 0.65% 0.99% -
XYZ 54.21 79.42 21.49 -
YUV 210.17 58.49 102.92 -
System Red Green Blue C M Y K H S L
Decimal 175 252 87 0.31 0 0.65 0.01 88 0.96 0.66
Hex AF FC 57 1F 0 41 1 58 60 42
Octal 257 374 127 37 0 101 1 130 140 102
Binary 10101111 11111100 1010111 11111 0 1000001 1 1011000 1100000 1000010

Color Harmonies of #AFFC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC57

Black with #AFFC57

Text Example


Text Example

White with #AFFC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC57; }

 p { color: rgb(175,252,87); }

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

background-color css

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

 a { background-color: rgb(175,252,87); }

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

border-color css

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

 span { border-color: rgb(175,252,87); }

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