Html Css Color HEX #AFCB57 Conifer

📋 copy color: '#AFCB57'

red 175 ◦ green 203 ◦ blue 87

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

Shades of Conifer #AFCB57

Tints of Conifer #AFCB57

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.66%

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

R = 37.63%
G = 43.66%
B = 18.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#AFCB57 (or 0xAFCB57) is known color: Conifer. HEX triplet: AF, CB and 57. RGB value is (175,203,87). Sum of RGB (Red+Green+Blue) = 175+203+87=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 87 (34.38% from 255 or 18.71% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB57 is #5034A8. Grayscale: #B5B5B5. Windows color (decimal): -5256361 or 5753775. OLE color: 5753775.

HSL color Cylindrical-coordinate representation of color #AFCB57: hue angle of 74.48º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFCB57 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 203 87 -
CMYK 0.14 0 0.57 0.20
HSL 74.48º 0.53% 0.57% -
HSV(B) 74.48º 0.57% 0.8% -
XYZ 40.76 52.51 17 -
YUV 181.4 74.72 123.43 -
System Red Green Blue C M Y K H S L
Decimal 175 203 87 0.14 0 0.57 0.20 74.48 0.53 0.57
Hex AF CB 57 E 0 39 14 4A 35 39
Octal 257 313 127 16 0 71 24 112 65 71
Binary 10101111 11001011 1010111 1110 0 111001 10100 1001010 110101 111001

Color Harmonies of #AFCB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB57

Black with #AFCB57

Text Example


Text Example

White with #AFCB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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